lib/Perlmazing/Perlmazing/Precompile/is_empty.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 4 | 4 | 100.0 |
branch | 2 | 2 | 100.0 |
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 50 | 50 | 440 | use Perlmazing; | |||
50 | 134 | ||||||
50 | 279 | ||||||
2 | |||||||
3 | sub main ($) { | ||||||
4 | 12 | 100 | 12 | 2630 | not_empty($_[0]) ? 0 : 1; | ||
5 | } | ||||||
6 |