Condition Coverage

blib/lib/String/Interpolate/RE.pm
Criterion Covered Total %
condition 17 18 94.4


and 3 conditions

line !l l&&!r l&&r condition
37 4 1 1 defined $args and defined $args->{'opts'}
101 6 6 13 $opt->{'useenv'} && exists $ENV{$t}
108 45 0 55 $opt->{'recurse'} and defined $v
120 42 6 3 $opt->{'recurse_limit'} and $opt->{'loop'} > $opt->{'recurse_limit'}
124 4 41 3 $opt->{'recurse_fail_limit'} and $opt->{'loop'} > $opt->{'recurse_fail_limit'}

or 3 conditions

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