| blib/lib/Sport/Analytics/SimpleRanking.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 33 | 60.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 580 | 1 | 0 | 11 | $delta > $options{'epsilon'} and $iter < $options{'maxiter'} |
| 621 | 1 | 0 | 0 | $options{'verbose'} and $$self{'debug'} |
| line | l | !l | condition |
|---|---|---|---|
| 309 | 44 | 0 | $team{$t}{'wins'} ||= 0 |
| 311 | 41 | 3 | $team{$t}{'losses'} ||= 0 |
| 313 | 0 | 44 | $team{$t}{'ties'} ||= 0 |
| 397 | 864 | 0 | $power ||= 2 |
| 571 | 0 | 1 | $options{'epsilon'} ||= 0.001 |
| 572 | 0 | 1 | $options{'maxiter'} ||= 1000000 |
| 769 | 42 | 2 | $$self{'team'}{$t}{'wins'} ||= 0 |
| 770 | 0 | 44 | $$self{'team'}{$t}{'ties'} ||= 0 |
| 771 | 40 | 4 | $$self{'team'}{$t}{'losses'} ||= 0 |
| 885 | 6 | 0 | $$self{'team'}{$t}{'wins'} ||= 0 |
| 886 | 0 | 6 | $$self{'team'}{$t}{'ties'} ||= 0 |
| 887 | 5 | 1 | $$self{'team'}{$t}{'losses'} ||= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 94 | 0 | 3 | 0 | ref $class || $class |