| blib/lib/Struct/Path/JsonPointer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 9 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 83 | 1 | 1 | 1 | &looks_like_number($step->[0]) and int $step->[0] == $step->[0] |
| 93 | 1 | 1 | 8 | keys %{$step;} == 1 and exists $step->{'K'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 165 | 10 | 5 | 17 | &looks_like_number($step) or $step eq '-' |