| blib/lib/App/LogStats.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 20 | 30 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 149 | 23 | 1 | 0 | $$config{'digit'} and $$config{'digit'} =~ /^\d+$/ | 
| 215 | 10 | 0 | 178 | not $strict and $element =~ /\d/ | 
| 0 | 0 | 10 | $strict and $element =~ /^(\d+\.?(:?\d+)?)$/ | |
| 346 | 0 | 32 | 16 | not $self->config->{'more'} and $MORE_RESULT{$col} | 
| 366 | 36 | 112 | 56 | not $self->config->{'more'} and $MORE_RESULT{$col} | 
| line | l | !l | condition | 
|---|---|---|---|
| 218 | 188 | 0 | $num ||= 0 | 
| 235 | 8 | 21 | $$r{'show_result'} ||= 1 | 
| 384 | 0 | 33 | $quote ||= '"' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 215 | 178 | 0 | 10 | not $strict and $element =~ /\d/ or $strict and $element =~ /^(\d+\.?(:?\d+)?)$/ | 
| 221 | 29 | 159 | 0 | not defined $$r{$i}{'max'} or $num > $$r{$i}{'max'} | 
| 223 | 29 | 0 | 159 | not defined $$r{$i}{'min'} or $num < $$r{$i}{'min'} |