Condition Coverage

blib/lib/Tie/Coupler.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
26 0 0 0 defined $args and ref $args ne 'HASH'
149 0 0 0 defined $convert and not $convert =~ /$pattern/

or 3 conditions

line l !l&&r !l&&!r condition
94 0 0 0 ref $proto || $proto
150 0 0 0 $ref eq 'CODE' || $ref eq 'ARRAY'
192 0 0 0 $ref eq 'CODE' or $ref eq 'ARRAY'