Condition Coverage

blib/lib/Lim/Plugins.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
91 0 0 0 exists &Lim::Config()->{'plugin'} and exists &Lim::Config()->{'plugin'}{'load'}
92 0 0 0 exists &Lim::Config()->{'plugin'}{'load'}{$module} and not &Lim::Config()->{'plugin'}{'load'}{$module}
99 0 0 0 exists &Lim::Config()->{'plugin'}{'load'}{$name} and not &Lim::Config()->{'plugin'}{'load'}{$name}
147 0 0 0 exists &Lim::Config()->{'plugin'} and exists &Lim::Config()->{'plugin'}{'load'}

or 3 conditions

line l !l&&r !l&&!r condition
45 0 0 0 ref $this || $this
77 0 0 0 $INSTANCE ||= 'Lim::Plugins'->_new
153 0 0 0 exists $$self{'plugin'}{$module} or exists $$self{'plugin'}{'Lim::Plugin::' . $module}