| blib/lib/Net/Checkpoint/Management/v1/Role/ObjectMethods.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 47 | 0 | 0 | if (exists $params->{'id_keys'} and ref $params->{'id_keys'} eq "ARRAY") |
| 54 | 0 | 0 | if exists $updated_data->{$key} and defined $updated_data->{$key} |
| 83 | 0 | 0 | if (ref $search_params->{$key} eq 'Regexp') { } |
| 84 | 0 | 0 | if (exists $object->{$key} and $object->{$key} =~ /$search_params->{$key}/u) |
| 90 | 0 | 0 | if (exists $object->{$key} and $object->{$key} eq $search_params->{$key}) |
| 96 | 0 | 0 | if ($identical == scalar keys %$search_params) |