blib/lib/Test2/Compare/Meta.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
28 | 7 | 1 | $params{'exists'} ? : |
35 | 1 | 3031 | unless defined $name |
38 | 1 | 3030 | unless defined $check |
42 | 1 | 3029 | unless $self->can($meth) |
45 | 3 | 3026 | if ($name eq "isa") |
46 | 1 | 2 | if (&blessed($check) and $check->isa('Test2::Compare::Wildcard')) { } |
101 | 5 | 4 | if $type eq "ARRAY" |
102 | 3 | 1 | if $type eq "HASH" |