| line | true | false | branch | 
 
| 29 | 0 | 0 | if $self->trade_set | 
 
| 36 | 0 | 0 | if $hex == $other | 
 
| 38 | 0 | 0 | if $d > 3 | 
 
| 41 | 0 | 0 | if ($from eq 'A' and $to eq 'A') { } | 
 
|  | 0 | 0 | elsif ($from eq 'A' and $to eq 'B') { } | 
 
|  | 0 | 0 | elsif ($from eq 'A' and $to eq 'C') { } | 
 
|  | 0 | 0 | elsif ($from eq 'A' and $to eq 'D') { } | 
 
|  | 0 | 0 | elsif ($from eq 'A' and $to eq 'E') { } | 
 
|  | 0 | 0 | elsif ($from eq 'B' and $to eq 'B') { } | 
 
|  | 0 | 0 | elsif ($from eq 'B' and $to eq 'C') { } | 
 
|  | 0 | 0 | elsif ($from eq 'B' and $to eq 'D') { } | 
 
|  | 0 | 0 | elsif ($from eq 'B' and $to eq 'E') { } | 
 
|  | 0 | 0 | elsif ($from eq 'C' and $to eq 'C') { } | 
 
|  | 0 | 0 | elsif ($from eq 'C' and $to eq 'D') { } | 
 
|  | 0 | 0 | elsif ($from eq 'C' and $to eq 'E') { } | 
 
|  | 0 | 0 | elsif ($from eq 'D' and $to eq 'D') { } | 
 
|  | 0 | 0 | elsif ($from eq 'D' and $to eq 'E') { } | 
 
|  | 0 | 0 | elsif ($from eq 'E' and $to eq 'E') { } | 
 
| 72 | 0 | 0 | if ($target and Traveller::System::roll1d6() >= $target) | 
 
| 108 | 0 | 0 | if ($self->source) |