Condition Coverage

blib/lib/Tie/InSecureHash.pm
Criterion Covered Total %
condition 4 29 13.7


and 3 conditions

line !l l&&!r l&&r condition
13 1 0 0 $Tie::InSecureHash::strict and $Tie::InSecureHash::fast
203 0 0 0 $shortkey =~ /\A__/ and $@ =~ /file/
261 0 0 0 (caller 1)[3] =~ /\A(.*?)::([^:]*)\Z/ and $2 eq 'new'
0 0 0 (caller 1)[3] =~ /\A(.*?)::([^:]*)\Z/ and $2 eq 'new' and $1->isa('Tie::SecureHash')

or 2 conditions

line l !l condition
169 0 0 (caller 1)[3] || '(none)'

or 3 conditions

line l !l&&r !l&&!r condition
12 0 0 0 $Tie::InSecureHash::strict ||= /strict/
0 0 0 $Tie::InSecureHash::fast ||= /fast/
130 0 0 1 ref $_[0] || $_[0]
131 0 1 0 ref $_[1] || $_[1] || $class
258 0 0 1 ref $_[0] || $_[0]