| line | true | false | branch | 
 
| 24 | 0 | 9 | if @available_targets == 0 | 
 
| 33 | 7 | 0 | unless ($self->world->exists_treaty($self->name, $n)) | 
 
| 36 | 1 | 6 | if ($supporter) { } | 
 
| 39 | 0 | 1 | if ($supporter_nation eq $actor->name) { } | 
 
| 47 | 1 | 0 | if ($self->world->crisis_exists($actor->name, $supporter_nation)) { } | 
 
|  | 0 | 0 | elsif ($self->world->diplomacy_status($actor->name, $supporter_nation) eq 'HATE') { } | 
 
| 72 | 1 | 8 | if (@ordered_friendly_neighbors > 0 and $dangerous_neighbor) { } | 
 
| 81 | 6 | 2 | if (@crises > 0) | 
 
| 88 | 1 | 8 | if ($supporter) | 
 
| 91 | 1 | 0 | if ($supporter_nation ne $actor->name and $self->world->diplomacy_status($actor->name, $supporter_nation) ne 'HATE' and not $self->world->exists_treaty($actor->name, $supporter_nation)) | 
 
| 103 | 1 | 0 | if ($all ne $actor->name and $self->world->diplomacy_status($actor->name, $all) ne 'HATE' and not $self->world->exists_treaty($actor->name, $all)) | 
 
| 112 | 1 | 5 | if (@ordered_friendly_neighbors > 0) |