| blib/lib/Test2/Compare/OrderedSubset.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 18 | 94.4 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 3 | 35 | if (my $ref = $self->{'inref'}) |
| 18 | 0 | 3 | if $self->{'items'} |
| 19 | 1 | 2 | unless &reftype($ref) eq "ARRAY" |
| 34 | 1 | 37 | unless $params{'exists'} |
| 35 | 1 | 36 | unless defined(my $got = $params{'got'}) |
| 36 | 3 | 33 | unless ref $got |
| 37 | 1 | 32 | unless &reftype($got) eq "ARRAY" |
| 66 | 3 | 54 | if $check->run("id", ["ARRAY", $i], "convert", $convert, "seen", $seen, "exists", 1, "got", $val) |
| 79 | 54 | 2 | if $found |