| lib/Perlmazing/Perlmazing/Precompile/isa_array.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 | 32 | 32 | 269 | use Perlmazing qw(_isa_ref); | |||
| 32 | 93 | ||||||
| 32 | 173 | ||||||
| 2 | |||||||
| 3 | sub main ($) { | ||||||
| 4 | 0 | 0 | _isa_ref('ARRAY', $_[0]); | ||||
| 5 | } | ||||||
| 6 |