Condition Coverage

blib/lib/File/VirusScan/Engine/Daemon/ClamAV/Clamd.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

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

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
95 0 0 0 not defined $ping_response or $ping_response ne "1: PONG\n"