Condition Coverage

blib/lib/RedisDB/Parser/PP.pm
Criterion Covered Total %
condition 7 11 63.6


and 3 conditions

line !l l&&!r l&&r condition
81 15 15 23 length $$self{'_buffer'} and $self->_parse_reply

or 2 conditions

line l !l condition
27 0 4 $params{'error_class'} || 'RedisDB::Parser::Error'

or 3 conditions

line l !l&&r !l&&!r condition
163 3 2 0 $len == 0 or $len == -1
249 23 0 0 shift @{$$self{'_callbacks'};} || $$self{'_default_cb'}