Condition Coverage

blib/lib/Business/UDC/Grammar.pm
Criterion Covered Total %
condition 11 26 42.3


and 3 conditions

line !l l&&!r l&&r condition
143 0 0 10 defined $primary_type and &any(sub { $primary_type eq $_; } , "APOS_AUX", "AUX_DOT", "AUX_GROUP", "AUX_LANG", "AUX_TIME", "FORM", "NUMBER", "SUBGROUP")
150 0 0 3 defined $primary_type and &any(sub { $primary_type eq $_; } , "NUMBER", "AUX_GROUP", "SUBGROUP")
169 0 0 5 defined $primary_type and &any(sub { $primary_type eq $_; } , "AUX_GROUP", "AUX_LANG", "AUX_TIME", "FORM", "NUMBER", "SUBGROUP")
176 0 0 7 defined $primary_type and &any(sub { $primary_type eq $_; } , "APOS_AUX", "AUX_DOT", "AUX_GROUP", "AUX_LANG", "AUX_TIME", "FORM", "NUMBER", "SUBGROUP")
245 5 24 40 $TOKEN_RULES{$type} && $TOKEN_RULES{$type}{'modifier'}
251 0 6 24 defined $type && $type eq 'OP'
257 0 9 61 $TOKEN_RULES{$type} && $TOKEN_RULES{$type}{'primary'}

or 2 conditions

line l !l condition
223 0 0 $DESC{$type} || 'unknown token'

or 3 conditions

line l !l&&r !l&&!r condition
207 0 0 0 $type eq "AUX_TIME" or $type eq "AUX_LANG"