| lib/BalanceOfPower/Relations/Influence.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 14 | 35.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 4 | 0 | 2 | $self->status == 0 and $self->clock >= 1 |
| 4 | 0 | 0 | $self->status == 1 and $self->clock >= 5 | |
| 105 | 19 | 0 | 0 | $self->status == 1 and $self->next != -1 |
| line | l | !l | condition |
|---|---|---|---|
| 119 | 0 | 0 | shift() || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 105 | 0 | 19 | 0 | $self->status == 1 and $self->next != -1 or $_->status > 1 |