|
|
| version 1.3, 2017/12/08 00:55:21 | version 1.6, 2019/12/06 23:05:30 |
|---|---|
| Line 30 code coverage tests: | Line 30 code coverage tests: |
| 4.11 ^try-catch{ ^inet:name2ip[$empty] } | 4.11 ^try-catch{ ^inet:name2ip[$empty] } |
| 4.12 ^try-catch{ ^inet:name2ip[name; $.no-such-option[] ] } | 4.12 ^try-catch{ ^inet:name2ip[name; $.no-such-option[] ] } |
| 4.13 ^try-catch{ ^inet:name2ip[no-such-domain.артлебедев.рф; $.ipv[6] ] } | 4.13 ^try-catch{ ^inet:name2ip[no-such-domain.артлебедев.рф; $.ipv[6] ] } |
| 4.14 ^inet:name2ip[test.артлебедев.рф; $.ipv[6] ] | 4.14 ^try-catch{ ^inet:name2ip[test.артлебедев.рф; $.ipv[6] ] } |
| 5. math | 5. math |
| 5.1 ^math:random(1) | 5.1 ^math:random(1) |
| Line 43 code coverage tests: | Line 43 code coverage tests: |
| 5.10 ^try-catch{ ^math:convert[1](17;10) } | 5.10 ^try-catch{ ^math:convert[1](17;10) } |
| 5.11 ^try-catch{ ^math:convert[1](10;17) } | 5.11 ^try-catch{ ^math:convert[1](10;17) } |
| 5.12 ^math:convert[$empty](10;10) | 5.12 ^math:convert[$empty](10;10) |
| 5.13 ^math:convert[+FF](16;10) | 5.13 ^math:convert[ +FF ](16;10) |
| 6. string | 6. string |
| 6.1 ^try-catch{ $s[] ^s.int[] } | 6.1 ^try-catch{ $s[] ^s.int[] } |
| Line 74 code coverage tests: | Line 74 code coverage tests: |
| 7.15 ^try-catch{ ^file:list[.; $.stat(true) $.filter[.*] $.no-such-options[] ] } | 7.15 ^try-catch{ ^file:list[.; $.stat(true) $.filter[.*] $.no-such-options[] ] } |
| 7.15 ^try-catch{ ^file:list[.; $.filter[ $.hash[] ] ] } | 7.15 ^try-catch{ ^file:list[.; $.filter[ $.hash[] ] ] } |
| 8. image | |
| $i[^image::create(100;100)] | |
| 7.1 ^i.line(0;0;100;100;255) | |
| 7.2 ^i.bar(30;0;60;30;255*256) | |
| 7.3 ^i.replace(255;128) |