| blib/lib/Nagios/Clientstatus.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 12 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 156 | 1 | 1 | 12 | exists $args{'help_subref'} and ref $args{'help_subref'} eq 'CODE' |
| 177 | 9 | 0 | 3 | exists $args{'optional_args'} and ref $args{'optional_args'} eq 'ARRAY' |
| 186 | 3 | 0 | 9 | exists $args{'mandatory_args'} and ref $args{'mandatory_args'} eq 'ARRAY' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 133 | 0 | 14 | 0 | ref $class || $class |