Branch Coverage

blib/lib/Net/Cisco/FMC/v1.pm
Criterion Covered Total %
branch 0 72 0.0


line true false branch
46 0 0 unless $code == $expected_code
67 0 0 unless $code == 200
70 0 0 if exists $data->{'items'} and ref $data->{'items'} eq "ARRAY"
73 0 0 if ($offset + $limit < $data->{'paging'}{'count'}) { }
92 0 0 unless $code == 200
110 0 0 ref $data eq 'HASH' ? :
111 0 0 unless $code == 200
120 0 0 unless $res->code == 200
256 0 0 if ($res->code == 204) { }
273 0 0 ref $res->data eq 'HASH' ? :
282 0 0 if defined $domain_uuid and $domain_uuid ne ""
289 0 0 if ($res->code == 204) { }
399 0 0 unless defined $id
401 0 0 if defined $callback and ref $callback ne "CODE"
410 0 0 unless exists $in_progress_status_for_type{$task->{'taskType'}}
412 0 0 if defined $callback
428 0 0 if (exists $protocolportobject->{'port'}) { }
463 0 0 if exists $icmpv4object->{'code'}
518 0 0 exists $optional->{'target_access_policy_name'} ? :
524 0 0 unless $accesspolicy->{'name'} eq $source_accesspolicy_name
533 0 0 if ($accesspolicy->{'name'} eq $destination_accesspolicy_name)
540 0 0 if (defined $new_accesspolicy) { }
563 0 0 if (defined $resume_rulenumber and $rulenumber < $resume_rulenumber)
582 0 0 if (exists $optional->{'rule_name_coderef'})
591 0 0 if ($key eq 'objects') { }
598 0 0 if ($name =~ /^DM_INLINE_/u) { }
600 0 0 if ($type eq 'NetworkGroup') { }
608 0 0 exists $networkgroup->{'objects'} ? :
0 0 exists $networkgroup->{'literals'} ? :
609 0 0 if ($object_count > 50) { }
644 0 0 if (exists $ports->{'objects'})
654 0 0 if ($name =~ /^DM_INLINE_/u) { }
656 0 0 if ($type eq 'ProtocolPortObject') { }
0 0 elsif ($type eq 'ICMPV4Object') { }
0 0 elsif ($type eq 'PortObjectGroup') { }
679 0 0 $portobject->{'type'} eq 'ProtocolPortObject' ? :