Condition Coverage

blib/lib/MozRepl.pm
Criterion Covered Total %
condition 2 17 11.7


and 3 conditions

line !l l&&!r l&&r condition
90 11 0 0 exists $$args{'search'} and ref $$args{'search'} eq 'ARRAY'
314 0 0 0 $self->log->is_debug and @available_plugins
322 0 0 0 $$args{'plugins'} and ref $$args{'plugins'} eq 'ARRAY'
329 0 0 0 $$args{'except_plugins'} and ref $$args{'except_plugins'} eq 'ARRAY'
341 0 0 0 $self->log->is_debug and @plugins

or 2 conditions

line l !l condition
191 0 11 $args ||= ['debug', 'info', 'warn', 'error', 'fatal']