Condition Coverage

blib/lib/RPC/Serialized/Server.pm
Criterion Covered Total %
condition 5 12 41.6


and 3 conditions

line !l l&&!r l&&r condition
69 6 13 0 scalar @{$args;} % 2 == 0 and exists $self->args_suppress_log->{$call}
19 0 0 scalar @{$args;} % 2 == 0 and exists $self->args_suppress_log->{$call} and ref $self->args_suppress_log->{$call} eq ref []
123 0 0 19 $call and not ref $call
127 0 0 19 $args and ref $args eq 'ARRAY'