Condition Coverage

blib/lib/Bot/Cobalt/Plugin/PluginMgr.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
58 0 0 0 $op and grep {$_ eq $op;} 'load', 'unload', 'reload', 'list'
115 0 0 0 $str and length $str > 300 || !@loaded

or 2 conditions

line l !l condition
49 0 0 $pcfg->{'LevelRequired'} // 9999
53 0 0 $msg->message_array->[0] || ''
101 0 0 $self->_unload($alias) || 'Bug; no reply from _unload'
178 0 0 ref $plug_obj || (return '_unload broken? no PLUGISA')

or 3 conditions

line l !l&&r !l&&!r condition
115 0 0 0 length $str > 300 || !@loaded