Condition Coverage

blib/lib/Archer.pm
Criterion Covered Total %
condition 15 23 65.2


and 3 conditions

line !l l&&!r l&&r condition
50 0 0 0 $$self{'role'} and $$self{'role'} ne $role
98 5 16 3 $hook =~ /^(?:process|ready)$/ and $$self{'only'}
104 21 0 0 $$plugin{'skip_default'} and not $$self{'withs'}{$$plugin{'name'}}
152 5 1 1 $$self{'role'} and $$self{'role'} ne $role

or 2 conditions

line l !l condition
32 0 6 $$self{'config'}{'global'}{'log'} ||= {'level', 'debug'}
88 9 16 $args ||= {}
145 0 5 $$self{'config'}{'global'}{'parallel'} || 'Archer::Parallel::ForkManager'
208 84 14 $$self{'config'}{'global'}{'log'}{'level'} || 'debug'

or 3 conditions

line l !l&&r !l&&!r condition
192 8 90 0 $caller ||= caller 0