Condition Coverage

blib/lib/Plugins.pm
Criterion Covered Total %
condition 15 30 50.0


and 3 conditions

line !l l&&!r l&&r condition
19 0 1 2 $pkg_override ne 'Plugins' and scalar caller() ne $pkg_override
1 1 1 $pkg_override ne 'Plugins' and scalar caller() ne $pkg_override and can($pkg_override, 'new')
2 0 1 $pkg_override ne 'Plugins' and scalar caller() ne $pkg_override and can($pkg_override, 'new') and can($pkg_override, 'new') ne \&new

or 2 conditions

line l !l condition
16 2 1 $args{'context'} || {}
17 2 1 $$context{'pkg_override'} || ''
30 0 2 $args{'requestor'} || scalar caller()
61 2 0 $args{'self'} ||= scalar caller()
95 0 0 $opts{'search_path'} ||= []
102 0 0 $opts{'referenced'} || ''
123 0 0 $opts{'prefile'} ||= ''
124 0 0 $opts{'postfile'} ||= ''
126 0 0 $opts{'isa'} || 'Plugins::Plugin'

or 3 conditions

line l !l&&r !l&&!r condition
30 0 1 1 $args{'configfile'} || $$context{'configfile'}