Condition Coverage

blib/lib/Data/PrettyPrintObjects.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
276 6 0 1 @list == 1 and ref $list[0] eq 'ARRAY'
291 2 0 0 @list == 1 and ref $list[0] eq 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
223 12 2 1 $opt_print eq 'method' or $opt_print eq 'func'
578 9 93 12 not exists $Refs{$ref} or $Refs{$ref}[1] == 1
596 2 2 2 $opt_dupl eq 'link' or $opt_dupl eq 'ref'