Condition Coverage

blib/lib/App/MultiModule/Core.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
88 0 0 0 $$self{'config'} and $$self{'config'}{'intervals'}
0 0 0 $$self{'config'} and $$self{'config'}{'intervals'} and $$self{'config'}{'intervals'}{$args{'recur_name'}}
292 0 0 0 not /^\./ and -f "$path/$_"

or 2 conditions

line l !l condition
84 0 0 $args{'recur_name'} || 'none'
203 0 0 $args{'tags'} || [$$self{'task_name'}]

or 3 conditions

line l !l&&r !l&&!r condition
204 0 0 0 not ref $my_tags or ref $my_tags ne 'ARRAY'