lib/Perlmazing/Perlmazing/Precompile/is_format.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 4 | 4 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 6 | 6 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 32 | 32 | 294 | use Perlmazing; | |||
32 | 80 | ||||||
32 | 233 | ||||||
2 | |||||||
3 | sub main ($) { | ||||||
4 | 23 | 23 | 12145 | _is_ref('FORMAT', $_[0]); | |||
5 | } | ||||||
6 |