Condition Coverage

blib/lib/Schedule/At.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
94 0 0 0 defined $$job{'JOBID'} and defined $$job{'TAG'}
97 0 0 0 $$job{'JOBID'} and $params{'TAG'} eq $$job{'TAG'}
130 0 0 0 $param{'TAG'} and !$atJob{'TAG'} || $atJob{'TAG'} ne $param{'TAG'}
132 0 0 0 $param{'JOBID'} and !$atJob{'JOBID'} || $atJob{'JOBID'} ne $param{'JOBID'}

or 3 conditions

line l !l&&r !l&&!r condition
130 0 0 0 !$atJob{'TAG'} || $atJob{'TAG'} ne $param{'TAG'}
132 0 0 0 !$atJob{'JOBID'} || $atJob{'JOBID'} ne $param{'JOBID'}