| blib/lib/Baseball/Simulation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 29 | 72.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 183 | 0 | 0 | 2 | $Line = $FileLines[$i++] and $i <= $MaxLine |
| 193 | 1 | 0 | 1 | $Line = $FileLines[$i++] and $i <= $MaxLine |
| 199 | 1 | 0 | 5 | $Line = $FileLines[$i++] and $i <= $MaxLine |
| 214 | 2 | 0 | 8 | $Line = $FileLines[$i++] and $i <= $MaxLine |
| 303 | 13753 | 5828 | 1373 | $FirstBase and $SecondBase |
| 19581 | 1138 | 235 | $FirstBase and $SecondBase and $ThirdBase | |
| 13753 | 5828 | 1138 | $FirstBase and $SecondBase | |
| 370 | 98444 | 0 | 13779 | $SecondBase and not $ThirdBase |
| 72854 | 0 | 25590 | $FirstBase and not $SecondBase |
| line | l | !l | condition |
|---|---|---|---|
| 50 | 1 | 0 | $arg{'Seasons'} || 1 |