Condition Coverage

blib/lib/Tie/Hash/TwoWay.pm
Criterion Covered Total %
condition 6 18 33.3


and 3 conditions

line !l l&&!r l&&r condition
76 0 0 3 exists $$self{'PRIMARY'} and exists $$self{'SECONDARY'}
89 0 0 5 exists $$self{'PRIMARY'} and exists $$self{'SECONDARY'}
134 0 0 1 exists $$self{'PRIMARY'} and exists $$self{'SECONDARY'}
144 0 0 0 exists $$self{'PRIMARY'} and exists $$self{'SECONDARY'}
154 0 0 1 exists $$self{'PRIMARY'} and exists $$self{'SECONDARY'}

or 3 conditions

line l !l&&r !l&&!r condition
79 0 2 1 exists $$self{'PRIMARY'}{$key} || exists $$self{'SECONDARY'}{$key}