blib/lib/Perl/Phase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 20 | 22 | 90.9 |
line | true | false | branch |
---|---|---|---|
13 | 1 | 6 | if $current_phase == &PERL_PHASE_CONSTRUCT() |
14 | 1 | 5 | if $current_phase == &PERL_PHASE_START() |
15 | 1 | 4 | if $current_phase == &PERL_PHASE_CHECK() |
21 | 1 | 6 | if $current_phase == &PERL_PHASE_INIT() |
22 | 1 | 5 | if $current_phase == &PERL_PHASE_RUN() |
23 | 1 | 4 | if $current_phase == &PERL_PHASE_END() |
24 | 1 | 3 | if $current_phase == &PERL_PHASE_DESTRUCT() |
29 | 1 | 1 | if is_run_time() |
32 | 1 | 0 | if (@caller) { } |
43 | 1 | 1 | if is_compile_time() |
46 | 1 | 0 | if (@caller) { } |