| blib/lib/OPM/Validate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 15 | 86.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 56 | 256 | 156 | 692 | $second and ref $s{$first} | 
| line | l | !l | condition | 
|---|---|---|---|
| 42 | 12 | 9 | $is_sopm //= 0 | 
| 55 | 387 | 717 | $s{$name} // 0 | 
| 57 | 692 | 0 | $s{$first}{$second} // 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 50 | 858 | 246 | 0 | $max //= exists $boundaries{$name} ? $boundaries{$name}[-1] : 100000 | 
| 51 | 515 | 148 | 441 | $min //= exists $boundaries{$name} ? $boundaries{$name}[0] : 0 |