line |
true |
false |
branch |
67
|
15 |
205 |
if $nation->internal_disorder_status eq 'Civil war'
|
69
|
176 |
29 |
unless ($self->allowed_at_war)
|
71
|
8 |
168 |
if ($self->world->at_war($self->actor))
|
76
|
0 |
197 |
if (exists $self->production_limit->{'<'}) { }
|
|
0 |
197 |
elsif (exists $self->production_limit->{'>'}) { }
|
84
|
0 |
197 |
if (exists $self->army_limit->{'<'}) { }
|
|
27 |
170 |
elsif (exists $self->army_limit->{'>'}) { }
|
92
|
7 |
163 |
if ($nation->production_for_domestic < $self->domestic_cost)
|
96
|
3 |
160 |
if ($nation->production_for_export < $self->export_cost)
|
100
|
9 |
151 |
if ($nation->prestige < $self->prestige_cost)
|
104
|
22 |
129 |
if ($self->treaty_limit == 1)
|
106
|
0 |
22 |
if ($self->world->get_treaties_for_nation($nation->name) >= $nation->treaty_limit)
|
120
|
0 |
0 |
unless defined $extract
|
122
|
0 |
0 |
if ($query =~ /^$name( (.*))?$/)
|
124
|
0 |
0 |
if ($extract) { }
|
135
|
0 |
0 |
if ($query =~ /^$syn( (.*))?/)
|
137
|
0 |
0 |
if ($extract) { }
|
154
|
0 |
0 |
if ($self->extract_argument($query, 0)) { }
|