Condition Coverage

blib/lib/Moops/Parser.pm
Criterion Covered Total %
condition 14 15 93.3


and 2 conditions

line l !l condition
74 571 314 $$ref =~ /\A( \s+ )/ux and $X = 1
566 5 $$ref =~ /\A\#/u and $X = 2

and 3 conditions

line !l l&&!r l&&r condition
51 399 0 240 CORE::ref $bite and $$ref =~ /\A($bite)/msu

or 2 conditions

line l !l condition
156 3 58 $relationships{$rel} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
74 314 42 529 $$ref =~ /\A( \s+ )/ux and $X = 1 or $$ref =~ /\A\#/u and $X = 2
259 12 3 4 not defined $rel or $self->qualify_relationship($rel)