Condition Coverage

blib/lib/Try/Tiny/SmartCatch.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
248 0 0 0 ref $type eq 'Regexp' and $error =~ /$type/
0 0 0 not ref $type and index($error, $type) > -1

or 3 conditions

line l !l&&r !l&&!r condition
77 0 0 0 $wantarray or $then
107 0 0 0 scalar @catch_when or $catch_default
248 0 0 0 ref $type eq 'Regexp' and $error =~ /$type/ or not ref $type and index($error, $type) > -1