| line | true | false | branch | 
 
| 28 | 0 | 0 | if ($Port =~ /\*/) { } | 
 
|  | 0 | 0 | elsif ($Port =~ /\-/) { } | 
 
|  | 0 | 0 | elsif (not defined $Port) { } | 
 
| 54 | 0 | 0 | if ($query) | 
 
| 56 | 0 | 0 | unless $rr->type eq 'A' | 
 
| 71 | 0 | 0 | if length $$_[0] > $column_w | 
 
| 80 | 0 | 0 | if ($ENV{'WRAP'} and $column_w + 3 + length(join ' ', @$arg) > $screen_width) { } | 
 
| 104 | 0 | 0 | if ($c =~ /[ \,]/ and $firstline and $cnt > $screen_width) { } | 
 
|  | 0 | 0 | elsif ($c =~ /[ \,]/ and not $firstline and $cnt > $screen_width - $column_w) { } | 
 
| 120 | 0 | 0 | if $wrapped | 
 
| 128 | 0 | 0 | unless $$arg[0] | 
 
| 165 | 0 | 0 | if ($a =~ /n/) | 
 
| 168 | 0 | 0 | if $a =~ /y/ |