Branch Coverage

lib/WebService/Shippo/Object.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
20 0 0 if ref $id and &reftype($id) eq 'HASH'
21 0 0 if $id
33 0 0 unless defined $ref_type
35 0 0 if ($ref_type eq 'HASH') { }
38 0 0 if (exists $self->{'count'} and exists $self->{'results'}) { }
52 0 0 unless $response->is_success
81 0 0 unless defined $object_id
83 0 0 unless &blessed($invocant)
85 0 0 unless &reftype($invocant) eq 'HASH'
87 0 0 unless exists $invocant->{'object_id'}
128 0 0 if $method eq 'DESTROY'
135 0 0 unless defined $invocant->{$method}
136 0 0 if (wantarray and ref $invocant->{$method})
138 0 0 if &reftype($invocant->{$method}) eq 'HASH'
140 0 0 if &reftype($invocant->{$method}) eq 'ARRAY'