Condition Coverage

blib/lib/App/CELL/Log.pm
Criterion Covered Total %
condition 21 24 87.5


and 3 conditions

line !l l&&!r l&&r condition
230 0 15 0 $ARGS{'ident'} eq $ident and $ident ne 'CELLtest'
318 115 821 1 $ARGS{'cell'} and $method_lc eq 'debug' || $method_lc eq 'trace'
324 64 149 1 not $debug_mode and $method_lc eq 'debug' || $method_lc eq 'trace'
389 12 102 65 $file and 'File::Spec'->file_name_is_absolute($file)
393 0 12 167 $show_caller and $file

or 3 conditions

line l !l&&r !l&&!r condition
294 1 1 935 $method_uc eq 'OK' or $method_uc eq 'NOT_OK'
318 722 1 99 $method_lc eq 'debug' || $method_lc eq 'trace'
324 34 1 115 $method_lc eq 'debug' || $method_lc eq 'trace'