blib/lib/File/VirusScan/Engine/Daemon/ClamAV/Clamd.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 20 | 20.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 0 | 0 | 0 | &blessed($conf->{'zip_fallback'}) and $conf->{'zip_fallback'}->isa("File::VirusScan::Engine::Daemon") |
59 | 0 | 0 | 0 | $abs and $abs ne $path |
155 | 0 | 0 | 0 | $self->{'zip_fallback'} and $err_detail =~ /(?:zip module failure|not supported data format)/i |
line | l | !l | condition |
---|---|---|---|
37 | 0 | 7 | $conf->{'ping_timeout'} || 5 |
0 | 7 | $conf->{'read_timeout'} || 60 | |
0 | 7 | $conf->{'write_timeout'} || 30 | |
0 | 7 | $conf->{'zip_fallback'} || undef |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
96 | 0 | 0 | 0 | not defined $ping_response or $ping_response ne "1: PONG\n" |