lib/Perlmazing/Perlmazing/Precompile/isa_io.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 4 | 75.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 2 | 50.0 |
pod | n/a | ||
total | 4 | 6 | 66.6 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 31 | 31 | 319 | use Perlmazing; | |||
31 | 75 | ||||||
31 | 182 | ||||||
2 | |||||||
3 | sub main ($) { | ||||||
4 | 0 | 0 | _isa_ref('IO', $_[0]); | ||||
5 | } | ||||||
6 |