blib/lib/Paws/Net/EC2Caller.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 18 | 83.3 |
line | true | false | branch |
---|---|---|---|
8 | 11 | 0 | $self->flattened_arrays ? : |
17 | 156 | 13 | if ($params->meta->get_attribute($att)->does('Paws::API::Attribute::Trait::NameInRequest')) { } |
26 | 19 | 150 | if (defined $params->$att) |
29 | 14 | 5 | if ($self->_is_internal_type($att_type)) { } |
3 | 2 | elsif ($att_type =~ /^ArrayRef\[(.*)\]/) { } | |
30 | 1 | 13 | if ($att_type eq 'Bool') { } |
31 | 1 | 0 | $params->{$att} == 1 ? : |
36 | 1 | 2 | if ($self->_is_internal_type("$1")) { } |
67 | 22 | 0 | if defined $content |