Condition Coverage

blib/lib/String/Interpolate/RE.pm
Criterion Covered Total %
condition 22 24 91.6


and 3 conditions

line !l l&&!r l&&r condition
40 5 1 3 defined $args and defined $args->{'opts'}
49 1 0 1 exists $opt{'fallback'} and ref $opt{'fallback'} ne "CODE"
72 27 2 1 exists $opt{'fallback'} and ref $opt{'fallback'} ne "CODE"
132 6 9 13 $useenv && exists $ENV{$t}
141 53 0 55 $recurse and defined $v
150 42 6 3 $recurse_limit and $loop > $recurse_limit
152 4 41 3 $recurse_fail_limit and $loop > $recurse_fail_limit

or 3 conditions

line l !l&&r !l&&!r condition
165 67 5 1 !defined($3) || $3 eq ''