Branch Coverage

blib/lib/Crypt/OFB.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
31 0 0 if @_
48 0 0 if $errmsg
50 0 0 unless ($mode)
87 0 0 if (ref($_[0]) =~ /^Crypt/) { }
91 0 0 unless $crypt->start('encrypt')
105 0 0 unless $crypt->cipher($cipher)
106 0 0 unless $crypt->start('encrypt')
120 0 0 if (ref($_[0]) =~ /^Crypt/) { }
124 0 0 unless $crypt->start('decrypt')
138 0 0 unless $crypt->cipher($cipher)
139 0 0 unless $crypt->start('decrypt')
153 0 0 if (ref($_[0]) =~ /^Crypt/) { }
169 0 0 if (ref($_[0]) =~ /^Crypt/) { }