Branch Coverage

blib/lib/Egg/Plugin/Crypt/CBC.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
16 0 0 unless $$conf{'cipher'}
17 0 0 unless $$conf{'key'}
20 0 0 unless exists $$conf{'prepend_iv'}
21 0 0 unless exists $$conf{'regenerate_key'}
27 0 0 @_ ? :
40 0 0 $_[1] ? :
50 0 0 unless $crypt
55 0 0 unless $self->decrypt(decode_base64 $crypt)