Condition Coverage

blib/lib/Test/Apocalypse.pm
Criterion Covered Total %
condition 14 36 38.8


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 73 @_ & 1 and ref $_[0]
0 0 73 @_ & 1 and ref $_[0] and ref $_[0] eq 'HASH'
54 73 0 0 exists $opt{'allow'} and exists $opt{'deny'}
58 146 0 0 exists $opt{$type} && defined $opt{$type}
88 1511 0 0 exists $ENV{'PERL_APOCALYPSE'} and $ENV{'PERL_APOCALYPSE'}
122 1106 0 258 $t->can('_is_disabled') and not $ENV{'PERL_APOCALYPSE'}
131 0 0 1253 $ENV{'AUTOMATED_TESTING'} and not $ENV{'PERL_APOCALYPSE'}
0 1031 222 $ENV{'AUTOMATED_TESTING'} and not $ENV{'PERL_APOCALYPSE'} and $t->can('_do_automated')
1031 0 222 $ENV{'AUTOMATED_TESTING'} and not $ENV{'PERL_APOCALYPSE'} and $t->can('_do_automated') and not $t->_do_automated

or 3 conditions

line l !l&&r !l&&!r condition
29 0 73 0 $ENV{'RELEASE_TESTING'} || $ENV{'AUTOMATED_TESTING'}
112 0 0 147 $ENV{'RELEASE_TESTING'} or $ENV{'PERL_APOCALYPSE'}
155 0 0 0 $ENV{'RELEASE_TESTING'} or $ENV{'PERL_APOCALYPSE'}