Branch Coverage

blib/lib/Crypt/PKCS5.pm
Criterion Covered Total %
branch 2 4 50.0


line true false branch
48 0 17 if ($class eq 'Digest::MD2' and $dk_len > 16 or $class eq 'Digest::MD5' and $dk_len > 16 or $class eq 'Digest::SHA1' and $dk_len > 20)
111 15 0 if ($class eq 'Digest::HMAC_SHA1')