blib/lib/Device/PaloAlto/Firewall/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
752 | 0 | 0 | 0 | lc $peer_info->{'conn-status'} ne 'up' and &any(sub { lc $_->{'conn-status'} ne 'up'; } , @{$peer_info;}{@ha_interface_keys}) |
773 | 0 | 0 | 0 | lc $ha_response->{'group'}{'running-sync-enabled'} ne 'yes' and lc $ha_response->{'group'}{'running-sync'} ne 'synchronized' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
297 | 0 | 0 | 0 | $interface->{'ipackets'} == 0 or $interface->{'opackets'} == 0 |
304 | 0 | 0 | 0 | $percent[0] >= $args{'percent'} or $percent[1] >= $args{'percent'} |
600 | 0 | 0 | 0 | not defined $ntp_response->{'synched'} or $ntp_response->{'synched'} eq 'LOCAL' |
882 | 0 | 0 | 0 | not $server_state or lc $server_state->{'connected'} ne 'connected' |