Branch Coverage

blib/lib/Perl/Phase.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
13 0 0 if ${^GLOBAL_PHASE} eq 'CONSTRUCT' or ${^GLOBAL_PHASE} eq 'START' or ${^GLOBAL_PHASE} eq 'CHECK'
21 0 0 if ${^GLOBAL_PHASE} eq 'INIT' or ${^GLOBAL_PHASE} eq 'RUN' or ${^GLOBAL_PHASE} eq 'END' or ${^GLOBAL_PHASE} eq 'DESTRUCT'
30 0 0 if is_run_time()
33 0 0 if (@caller) { }
44 0 0 if is_compile_time()
47 0 0 if (@caller) { }