Condition Coverage

blib/lib/Zeta/Util.pm
Criterion Covered Total %
condition 15 21 71.4


and 3 conditions

line !l l&&!r l&&r condition
259 20 2 10 $response && $value eq $value + 0
280 8 12 12 $response && $value eq $value + 0
330 0 0 1 defined $filename and -e $filename
0 0 1 defined $filename and -e $filename and -r $filename

or 3 conditions

line l !l&&r !l&&!r condition
354 0 0 1 not defined $fext or $fext =~ /^\s*$/
404 2 2 8 !defined($string) || $string eq ''
416 2 3 1 is_empty($string) || $string =~ /^\s*$/