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
192 1 23 2 $next->{'type'} ne "LBRACK" and not can_follow_operator($op->{'value'}, $next->{'type'})
195 12 8 4 $op->{'value'} eq "/" and $right->{'type'} eq "APOS_AUX"
325 3 6 4 $next and $next->{'type'} eq "NUMBER"
433 12 10 2 $op eq "/" and $tok->{'type'} eq "AUX_DOT"
441 12 9 1 $op eq "/" and $tok->{'type'} eq "FORM"
449 12 5 4 $op eq "/" and $tok->{'type'} eq "APOS_AUX"
502 0 1 2 $node->{'modifiers'} and @{$node->{'modifiers'};}

or 3 conditions

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