blib/lib/Game/Theory/TwoPersonMatrix.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 24 | 33 | 72.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
48 | 68 | 0 | 8 | $self->{'payoff1'} and $self->{'payoff2'} |
76 | 8 | 0 | 8 | $self->{'payoff1'} and $self->{'payoff2'} |
94 | 2 | 0 | 2 | $self->{'payoff1'} and $self->{'payoff2'} |
189 | 0 | 0 | 1 | $rsize == 2 and $csize == 2 |
310 | 1 | 0 | 1 | $self->{'payoff1'} and $self->{'payoff2'} |
409 | 32 | 16 | 16 | $r == $row and $c == $col |
415 | 23 | 17 | 8 | $p >= $self->{'payoff1'}[$r][$c] and $q >= $self->{'payoff2'}[$r][$c] |
458 | 19 | 7 | 10 | $p == $cmax and $q == $rmax |
484 | 0 | 2 | 2 | exists $self->{'payoff'} && $self->{'payoff'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
128 | 3 | 4 | 0 | $self->{'payoff'} || $$self{"payoff$player"} |
409 | 16 | 0 | 48 | $r == $row and $c == $col or $seen{"$r,$c"}++ |