| blib/lib/Moops/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 14 | 15 | 93.3 | 
| line | l | !l | condition | 
|---|---|---|---|
| 74 | 571 | 314 | $$ref =~ /\A( \s+ )/ux and $X = 1 | 
| 566 | 5 | $$ref =~ /\A\#/u and $X = 2 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 51 | 399 | 0 | 240 | CORE::ref $bite and $$ref =~ /\A($bite)/msu | 
| line | l | !l | condition | 
|---|---|---|---|
| 156 | 3 | 58 | $relationships{$rel} ||= [] | 
| 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) |