Branch Coverage

blib/lib/PRANG/Graph/Quantity.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
44 0 0 unless $ok
45 0 0 unless my($key, $value, $x, $ns) = $self->child->accept($node, $ctx, $lax)
52 0 0 if ($self->has_max and $found > $self->max)
77 0 0 if ($self->has_min) { }
78 0 0 if ($self->has_max) { }
86 0 0 if ($self->has_max) { }
108 0 0 if ($self->has_max and $self->max == 1) { }
111 0 0 if (defined $val)
118 0 0 if (not $val || $self->has_min) { }
0 0 elsif ($val and (ref $val || '') ne 'ARRAY') { }