Condition Coverage

blib/lib/Sprocket/Client.pm
Criterion Covered Total %
condition 8 16 50.0


and 3 conditions

line !l l&&!r l&&r condition
240 5 0 0 $con->close_on_flush and not $con->get_driver_out_octets
248 4 0 4 $_[2] and ref $_[2]
342 4 0 4 $_[2] and ref $_[2]

or 2 conditions

line l !l condition
60 4 0 $$self{'name'} ||= 'Client'
112 0 4 $$opts{'block_size'} ||= 2048

or 3 conditions

line l !l&&r !l&&!r condition
115 0 4 0 $$opts{'filter'} ||= 'POE::Filter::Stackable'->new('Filters', ['POE::Filter::Stream'->new])