Condition Coverage

blib/lib/Data/Rx/Type/Perl/Obj.pm
Criterion Covered Total %
condition 5 11 45.4


and 3 conditions

line !l l&&!r l&&r condition
44 0 3 1 defined $$self{'isa'} and not eval { do { $value->isa($$self{'isa'}) } }
52 3 0 0 defined $$self{'does'} and not eval { do { $value->DOES($$self{'does'}) } }

or 2 conditions

line l !l condition
18 3 0 $arg ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
21 3 0 0 $key eq 'isa' or $key eq 'does'