blib/lib/Nagios/Plugins/Memcached.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
245 | 0 | 0 | 0 | $@ and not $@ =~ /(Timeout \d+ sec|Can't connect to)/ |
368 | 0 | 0 | 0 | $opts->get('warning') and $opts->get('critical') |
385 | 0 | 0 | 0 | $opts->get('hosts') and @{$opts->get('hosts');} == 1 |
0 | 0 | 0 | $opts->get('hosts') and @{$opts->get('hosts');} == 1 and $opts->get('size-warning') | |
0 | 0 | 0 | $opts->get('hosts') and @{$opts->get('hosts');} == 1 and $opts->get('size-warning') and $opts->get('size-critical') | |
406 | 0 | 0 | 0 | $opts->get('hit-warning') and $opts->get('hit-critical') |
line | l | !l | condition |
---|---|---|---|
197 | 0 | 0 | $hosts ||= ['localhost:11211'] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
213 | 0 | 0 | 0 | $self->opts->get('timeout') || $TIMEOUT |