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