| blib/lib/Xymon/Server/History.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 27 | 14.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 193 | 0 | 0 | 0 | $test eq 'conn' and $hostname eq 'oranprodbsirt1' |
| 196 | 0 | 0 | 0 | $color eq 'red' and $startcolor ne 'red' |
| 0 | 0 | 0 | $color ne 'red' and $startcolor eq 'red' | |
| 218 | 0 | 0 | 0 | $$evtref{'time'} >= $$self{'RANGESTART'} and $$evtref{'time'} <= $$self{'RANGEEND'} |
| line | l | !l | condition |
|---|---|---|---|
| 40 | 0 | 1 | $$param{'RANGESTART'} || 0 |
| 41 | 0 | 1 | $$param{'RANGEEND'} || 9999999999 |
| 42 | 0 | 1 | $$param{'MINSECS'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 0 | 1 | 0 | ref $class || $class |
| 123 | 0 | 0 | 0 | $$servers{$server} == 1 or @srvarray == 0 |
| 125 | 0 | 0 | 0 | $$tests{$test} == 1 or @tests == 0 |