Condition Coverage

blib/lib/String/Substrings.pm
Criterion Covered Total %
condition 5 6 83.3


and 3 conditions

line !l l&&!r l&&r condition
34 127 125 0 defined $length and (my $r = ref $length) || !($length =~ /^\d+/)

or 3 conditions

line l !l&&r !l&&!r condition
34 2 2 121 (my $r = ref $length) || !($length =~ /^\d+/)