blib/lib/File/VirusScan/Engine/Daemon/ClamAV/Clamd.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.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') |
154 | 0 | 0 | 0 | $$self{'zip_fallback'} and $err_detail =~ /(?:zip module failure|not supported data format)/i |
line | l | !l | condition |
---|---|---|---|
31 | 0 | 0 | $$conf{'ping_timeout'} || 5 |
0 | 0 | $$conf{'read_timeout'} || 60 | |
0 | 0 | $$conf{'write_timeout'} || 30 | |
0 | 0 | $$conf{'zip_fallback'} || undef |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
95 | 0 | 0 | 0 | not defined $ping_response or $ping_response ne "1: PONG\n" |