Condition Coverage

blib/lib/Data/Printer/Filter/REF.pm
Criterion Covered Total %
condition 6 9 66.6


and 3 conditions

line !l l&&!r l&&r condition
14 16 49 0 not &Scalar::Util::blessed($$ref) and ref $$ref eq 'REF' || ref $$ref eq 'SCALAR' || ref $$ref eq 'VSTRING'
19 3 62 0 $ddp->show_tied and my $tie = ref tied $ref

or 3 conditions

line l !l&&r !l&&!r condition
14 24 0 25 ref $$ref eq 'REF' || ref $$ref eq 'SCALAR' || ref $$ref eq 'VSTRING'