Condition Coverage

blib/lib/Business/UDC/Parser.pm
Criterion Covered Total %
condition 21 24 87.5


and 3 conditions

line !l l&&!r l&&r condition
88 1 20 2 $next->{'type'} ne "LBRACK" and not can_follow_operator($op->{'value'}, $next->{'type'})
91 10 7 4 $op->{'value'} eq "/" and $right->{'type'} eq "APOS_AUX"
218 3 6 4 $next and $next->{'type'} eq "NUMBER"
326 10 9 2 $op eq "/" and $tok->{'type'} eq "AUX_DOT"
334 10 8 1 $op eq "/" and $tok->{'type'} eq "FORM"
342 10 4 4 $op eq "/" and $tok->{'type'} eq "APOS_AUX"
368 0 1 2 $node->{'modifiers'} and @{$node->{'modifiers'};}

or 3 conditions

line l !l&&r !l&&!r condition
374 0 0 2 not defined $last or $last->{'type'} ne "APOS_AUX"