Branch Coverage

blib/lib/Crypt/KDF/BaseKDFGenerator.pm
Criterion Covered Total %
branch 4 32 12.5


line true false branch
57 0 0 ref $class ? :
59 0 0 if (exists $opts{-'digest'})
61 0 0 ref $opts{-'digest'} ? :
63 0 0 if (exists $opts{-'digestparam'})
67 0 0 if (exists $opts{-'counter'})
71 0 0 if (exists $opts{-'seed'})
75 0 0 if (exists $opts{-'iv'})
98 0 0 if (exists $opts{-'digest'})
100 0 0 ref $opts{-'digest'} ? :
102 0 0 if (exists $opts{-'digestparam'})
106 0 0 if (exists $opts{-'counter'})
110 0 0 if (exists $opts{-'seed'})
114 0 0 if (exists $opts{-'iv'})
131 8 0 if ($_[0])
140 0 12 if (exists $$self{-'digestparam'}) { }
150 6 6 if (exists $$self{-'iv'})