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
33 4 1 1 defined $args and defined $args->{'opts'}
100 3 6 13 $opt->{'useenv'} && exists $ENV{$t}
107 42 0 55 $opt->{'recurse'} and defined $v
119 42 6 3 $opt->{'recurse_limit'} and $opt->{'loop'} > $opt->{'recurse_limit'}
123 4 41 3 $opt->{'recurse_fail_limit'} and $opt->{'loop'} > $opt->{'recurse_fail_limit'}

or 3 conditions

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