Condition Coverage

blib/lib/Egg/Plugin/Crypt/CBC.pm
Criterion Covered Total %
condition 0 15 0.0


or 2 conditions

line l !l condition
14 0 0 $e->config->{'plugin_crypt_cbc'} ||= {}
18 0 0 $$conf{'iv'} ||= '$KJh#(}q'
19 0 0 $$conf{'padding'} ||= 'standard'
40 0 0 $_[0] || {}
47 0 0 shift() || (return '')
54 0 0 shift() || (return '')

or 3 conditions

line l !l&&r !l&&!r condition
27 0 0 0 $$e{'crypt_cbc'} ||= 'Egg::Plugin::Crypt::CBC::handler'->new($e)