Condition Coverage

blib/lib/Apache/Htpasswd.pm
Criterion Covered Total %
condition 9 21 42.8


and 3 conditions

line !l l&&!r l&&r condition
96 0 0 1 $$self{'USEPLAIN'} and $pass eq $cryptPass
124 1 2 1 defined $oldPass and ref $oldPass eq 'HASH'
429 3 0 0 $salt and $cryptType =~ /MD5/i
3 0 0 $salt and $cryptType =~ /MD5/i and $salt =~ /^\Q$Magic\E/
3 0 0 $salt and $cryptType =~ /crypt/i

or 3 conditions

line l !l&&r !l&&!r condition
42 0 3 0 ref $proto || $proto
427 0 0 3 $^O =~ /^MSWin/i || $$self{'USEMD5'}