Condition Coverage

blib/lib/Venus/Prototype.pm
Criterion Covered Total %
condition 11 19 57.8


and 3 conditions

line !l l&&!r l&&r condition
23 0 33 23 not &Scalar::Util::blessed($data) and ref $data eq "HASH"
0 33 0 not &Scalar::Util::blessed($data) and ref $data eq "ARRAY"
48 2 5 7 keys %$data == 1 and exists $data->{'value'}
61 7 6 0 keys %$data == 1 and exists $data->{'value'}
138 0 0 0 @args == 1 and ref $args[0] eq "HASH"

or 2 conditions

line l !l condition
92 2 1 $data ||= {}
118 4 0 $data ||= {}