Condition Coverage

lib/Data/Processor.pm
Criterion Covered Total %
condition 14 28 50.0


and 3 conditions

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'}

or 2 conditions

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

or 3 conditions

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'}