Condition Coverage

blib/lib/Perl/Phase.pm
Criterion Covered Total %
condition 0 15 0.0


or 3 conditions

line l !l&&r !l&&!r condition
13 0 0 0 ${^GLOBAL_PHASE} eq 'CONSTRUCT' or ${^GLOBAL_PHASE} eq 'START'
0 0 0 ${^GLOBAL_PHASE} eq 'CONSTRUCT' or ${^GLOBAL_PHASE} eq 'START' or ${^GLOBAL_PHASE} eq 'CHECK'
21 0 0 0 ${^GLOBAL_PHASE} eq 'INIT' or ${^GLOBAL_PHASE} eq 'RUN'
0 0 0 ${^GLOBAL_PHASE} eq 'INIT' or ${^GLOBAL_PHASE} eq 'RUN' or ${^GLOBAL_PHASE} eq 'END'
0 0 0 ${^GLOBAL_PHASE} eq 'INIT' or ${^GLOBAL_PHASE} eq 'RUN' or ${^GLOBAL_PHASE} eq 'END' or ${^GLOBAL_PHASE} eq 'DESTRUCT'