| blib/lib/Games/Go/AGA/DataObjects/Types.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 6 | 14 | 42.8 | 
| line | true | false | branch | 
|---|---|---|---|
| 44 | 0 | 12 | if not &isint($_[0]) | 
| 45 | 0 | 0 | if not &isint($_[0]) or &isfloat($_[0]) | 
| 46 | 0 | 25 | if ref $_[0] ne 'ARRAY' | 
| 47 | 0 | 1 | if ref $_[0] ne 'HASH' | 
| 48 | 0 | 45 | if ref $_[0] ne 'CODE' | 
| 49 | 0 | 7 | if not is_Komi($_[0]) | 
| 50 | 0 | 6 | if not is_Handicap($_[0]) |