Condition Coverage

blib/lib/Test/Deep/Hashbag.pm
Criterion Covered Total %
condition 17 20 85.0


and 3 conditions

line !l l&&!r l&&r condition
114 6 14 1 $self->{'style'} eq "hashbag" and @tocheck == 0
6 13 1 $self->{'style'} eq "hashbag" and @tocheck != @unkeyed
13 5 1 $self->{'style'} eq "superhashbag" and @unkeyed == 0
341 0 87 267 $c and $c ne "source"
354 0 87 267 $c and $c ne "source"

or 2 conditions

line l !l condition
39 95 1 builtin::blessed($k) // ""

or 3 conditions

line l !l&&r !l&&!r condition
21 19 8 0 $style eq "hashbag" or $style eq "superhashbag"