Condition Coverage

blib/lib/App/CELL/Status.pm
Criterion Covered Total %
condition 11 18 61.1


and 3 conditions

line !l l&&!r l&&r condition
133 0 1 205 defined $ARGS{'level'} and grep {$ARGS{'level'} eq $_;} $App::CELL::Status::log->permitted_levels
167 147 2 57 $ARGS{'level'} ne "OK" and $ARGS{'level'} ne "NOT_OK"
201 0 0 0 $ARGS{'to'} eq "fd" and exists $ARGS{'fd'}
247 0 0 4 $ARGS{'code'} and $ARGS{'code'} ne $ARGS{'text'}

or 2 conditions

line l !l condition
167 16 41 $ARGS{'cell'} || 0
338 67 16 $self->{'code'} || ''
375 63 0 $_[0]{'caller'} || []