| lib/Data/Processor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 28 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 308 | 0 | 0 | 3 | exists $subSchema->{$elem} and %{$subSchema->{$elem};} |
| 330 | 1 | 0 | 0 | $subSchema->{$elem}{'optional'} and $otherSubSchema->{$elem}{'optional'} |
| line | l | !l | condition |
|---|---|---|---|
| 102 | 32 | 1 | $schema // {} |
| 0 | 33 | $p{'depth'} // 0 | |
| 0 | 33 | $p{'indent'} // 4 | |
| 0 | 33 | $p{'verbose'} // undef | |
| 129 | 0 | 29 | ($p{'verbose'} // $self->{'verbose'}) // undef |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 129 | 38 | 0 | 0 | $self->{'schema'} // $p{'schema'} |
| 9 | 0 | 29 | $p{'verbose'} // $self->{'verbose'} | |
| 336 | 1 | 0 | 0 | &$validator(@_) // $otherSubSchema->{$elem}{'validator'}->(@_) |
| 397 | 1 | 1 | 0 | shift() // $self->{'schema'} |