blib/lib/Mon/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 38 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
518 | 0 | 0 | 0 | $k eq 'host' and $vars{$k} ne '' |
0 | 0 | 0 | $k eq 'port' and $vars{$k} ne '' | |
1608 | 0 | 0 | 0 | $what =~ /^alert|startupalert|upalert$/ and $exitval eq '' || $period eq '' |
1890 | 0 | 0 | 0 | $cmd ne 'start' and $cmd ne 'stop' |
2010 | 0 | 0 | 0 | $inquotes and $c eq '\\' |
line | l | !l | condition |
---|---|---|---|
498 | 0 | 0 | getservbyname('mon', 'tcp') || 2583 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
485 | 0 | 0 | 0 | ref $proto || $proto |
706 | 0 | 0 | 0 | not defined $$self{'USERNAME'} or $$self{'USERNAME'} eq '' |
711 | 0 | 0 | 0 | not defined $$self{'PASSWORD'} or $$self{'PASSWORD'} eq '' |
1608 | 0 | 0 | 0 | $exitval eq '' || $period eq '' |
2010 | 0 | 0 | 0 | ord $c < 32 or ord $c > 126 |
0 | 0 | 0 | ord $c < 32 or ord $c > 126 or $c eq '"' | |
0 | 0 | 0 | ord $c < 32 or ord $c > 126 or $c eq '"' or $c eq q['] |