Condition Coverage

blib/lib/Net/Fortinet/FortiManager.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
84 0 0 0 ref $res->data eq "HASH" and exists $res->data->{'result'}
0 0 0 ref $res->data eq "HASH" and exists $res->data->{'result'} and ref $res->data->{'result'} eq "ARRAY"
0 0 0 ref $res->data eq "HASH" and exists $res->data->{'result'} and ref $res->data->{'result'} eq "ARRAY" and scalar @{$res->data->{'result'}} == $number_of_expected_results
0 0 0 ref $res->data eq "HASH" and exists $res->data->{'result'} and ref $res->data->{'result'} eq "ARRAY" and scalar @{$res->data->{'result'}} == $number_of_expected_results and &all(sub {
116 0 0 0 defined $params and ref $params ne "ARRAY"
141 0 0 0 defined $params and ref $params ne "HASH"
176 0 0 0 $self->has_user and $self->has_passwd
601 0 0 0 defined $callback and ref $callback ne "CODE"
605 0 0 0 $task = $self->get_task($taskid) and $task->{'percent'} != 100

or 3 conditions

line l !l&&r !l&&!r condition
224 0 0 0 $major_version == 7 && $minor_version >= 6 || $major_version > 7