| blib/lib/Nagios/Monitoring/Plugin/Performance.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 17 | 70.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 3 | 0 | 38 | defined $1 and $1 ne '' |
| 1 | 0 | 37 | defined $2 and $2 ne '' | |
| 3 | 38 | 0 | defined $1 and $1 ne '' and (defined $2 and $2 ne '') |
| line | l | !l | condition |
|---|---|---|---|
| 21 | 1 | 2 | $attr{'use_die'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 144 | 0 | 6 | 1 | $arg{'warning'} ||= $threshold->warning . '' |
| 145 | 0 | 6 | 1 | $arg{'critical'} ||= $threshold->critical . '' |