| blib/lib/Megaport/Internal/_Result.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 20 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 18 | 0 | 0 | unless $self->client | 
| 22 | 0 | 0 | if ($data) | 
| 35 | 0 | 0 | if ($search{'id'} and exists $self->_data->{$search{'id'}}) | 
| 41 | 0 | 0 | unless exists $_->{$k} | 
| 42 | 0 | 0 | if $_->{$k} eq $search{$k} | 
| 53 | 0 | 0 | if (not %search) { } | 
| 59 | 0 | 0 | if (ref $search{$k} eq 'Regexp') { } | 
| 60 | 0 | 0 | if $item->{$k} =~ /$search{$k}/ | 
| 63 | 0 | 0 | if $item->{$k} eq $search{$k} | 
| 69 | 0 | 0 | wantarray ? : |