| lib/Perlmazing/Perlmazing/Precompile/scalar_context.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 5 | 5 | 100.0 |
| branch | 2 | 2 | 100.0 |
| condition | 3 | 3 | 100.0 |
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 32 | 32 | 279 | use Perlmazing; | |||
| 32 | 86 | ||||||
| 32 | 168 | ||||||
| 2 | |||||||
| 3 | sub main () { | ||||||
| 4 | 3 | 3 | 1952 | my @call = caller(1); | |||
| 5 | 3 | 100 | 100 | 39 | (not $call[5] and defined $call[5]) ? 1 : 0; | ||
| 6 | } | ||||||
| 7 |