Condition Coverage

blib/lib/Metabrik/Network/Linux/Iptables.pm
Criterion Covered Total %
condition 0 129 0.0


and 3 conditions

line !l l&&!r l&&r condition
804 0 0 0 $action eq "start" and not $self->check_nat_output_return({"state", "ESTABLISHED"})
816 0 0 0 $action eq "start" and not $self->check_nat_output_dnat($rule)
837 0 0 0 $action eq "start" and not $self->check_nat_output_dnat($rule_tcp)
843 0 0 0 $action eq "start" and not $self->check_nat_output_dnat($rule_udp)

or 2 conditions

line l !l condition
117 0 0 defined $self->global && $self->global->device || 'eth0'
429 0 0 $rule->{'dest_port'} || ''
430 0 0 $rule->{'src_port'} || ''
431 0 0 $rule->{'to_ports'} || ''
432 0 0 $rule->{'state'} || ''
433 0 0 $rule->{'uid'} || ''
434 0 0 $rule->{'to_destination'} || ''
435 0 0 $rule->{'custom'} || ''
785 0 0 $target_host ||= ""
786 0 0 $target_port ||= ""
789 0 0 $dest_host ||= ""
790 0 0 $dest_port ||= ""

or 3 conditions

line l !l&&r !l&&!r condition
167 0 0 0 $output ||= $self->output
212 0 0 0 $output ||= $self->output
222 0 0 0 $output ||= $self->output
232 0 0 0 $input ||= $self->input
272 0 0 0 $input ||= $self->input
288 0 0 0 $input ||= $self->input
426 0 0 0 $rule->{'source'} || $self->source
427 0 0 0 $rule->{'destination'} || $self->destination
428 0 0 0 $rule->{'protocol'} || $self->protocol
476 0 0 0 $table ||= $self->table
477 0 0 0 $chain ||= $self->chain
478 0 0 0 $target ||= $self->target
494 0 0 0 $chain ||= $self->chain
495 0 0 0 $target ||= $self->target
508 0 0 0 $target ||= $self->target
550 0 0 0 $target ||= $self->target
583 0 0 0 $chain ||= $self->chain
584 0 0 0 $target ||= $self->target
597 0 0 0 $target ||= $self->target
629 0 0 0 $table ||= $self->table
630 0 0 0 $chain ||= $self->chain
631 0 0 0 $target ||= $self->target
647 0 0 0 $chain ||= $self->chain
648 0 0 0 $target ||= $self->target
661 0 0 0 $target ||= $self->target
703 0 0 0 $table ||= $self->table
704 0 0 0 $chain ||= $self->chain
705 0 0 0 $target ||= $self->target
721 0 0 0 $chain ||= $self->chain
722 0 0 0 $target ||= $self->target
735 0 0 0 $target ||= $self->target