Condition Coverage

blib/lib/Rope/Variant.pm
Criterion Covered Total %
condition 2 7 28.5


and 3 conditions

line !l l&&!r l&&r condition
34 0 0 0 $stored->{$_} and $passed->{$_}

or 2 conditions

line l !l condition
25 0 16 ref $stored || 'STRING'
26 0 16 ref $passed || 'STRING'