| blib/lib/Test/Deep/Hashbag.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 20 | 85.0 |
| 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" |
| line | l | !l | condition |
|---|---|---|---|
| 39 | 95 | 1 | builtin::blessed($k) // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 21 | 19 | 8 | 0 | $style eq "hashbag" or $style eq "superhashbag" |