Condition Coverage

blib/lib/CGI/Authent.pm
Criterion Covered Total %
condition 6 27 22.2


and 3 conditions

line !l l&&!r l&&r condition
16 0 0 0 ($h1 < $hour || $h1 == $hour && $m1 <= $min) && ($hour < $h2 || $hour == $h2 && $min <= $m2)
90 1 0 1 $_ eq 'NTLM' and $value
94 0 1 0 $value and not $value =~ /_default/ || $value =~ /IP/
116 1 0 0 $ENV{'HTTP_HOST'} and not $ENV{'REMOTE_USER'}

or 3 conditions

line l !l&&r !l&&!r condition
16 0 0 0 $hour < $h2 || $h2 == $hour && $min <= $m2 || ($h1 < $hour || $hour == $h1 && $m1 <= $min)
77 0 0 0 shift @_ || $msg
80 0 0 0 pop @_ || $msg
94 0 1 0 $value =~ /_default/ || $value =~ /IP/
113 1 0 0 not defined $test or $test =~ /^_default$/i