Branch Coverage

lib/BalanceOfPower/Relations/Influence.pm
Criterion Covered Total %
branch 11 18 61.1


line true false branch
36 2 6 if ($self->status == 0) { }
0 6 elsif ($self->status == 1) { }
6 0 elsif ($self->status == 2) { }
56 0 4 if ($self->status == 0) { }
0 4 elsif ($self->status == 1) { }
4 0 elsif ($self->status == 2) { }
77 2 4 if ($self->status == 0 and $self->clock >= 1) { }
0 4 elsif ($self->status == 1 and $self->clock >= 5) { }
105 19 0 if ($self->status == 1 and $self->next != -1 or $_->status > 1) { }