Condition Coverage

blib/lib/WAP/wmls/lexer.pm
Criterion Covered Total %
condition 0 25 0.0


and 2 conditions

line l !l condition
72 0 0 s/^\\([0-7]{1,2})// and $type = 'UTF8_STRING_LITERAL'
76 0 0 s/^\\([0-3][0-7]{2})// and $type = 'UTF8_STRING_LITERAL'
80 0 0 s/^\\x([0-9A-Fa-f]{2})// and $type = 'UTF8_STRING_LITERAL'
92 0 0 s/^\\u([0-9A-Fa-f]{4})// and $type = 'UTF8_STRING_LITERAL'
166 0 0 s/^\\([0-7]{1,2})// and $type = 'UTF8_STRING_LITERAL'
170 0 0 s/^\\([0-3][0-7]{2})// and $type = 'UTF8_STRING_LITERAL'
174 0 0 s/^\\x([0-9A-Fa-f]{2})// and $type = 'UTF8_STRING_LITERAL'
186 0 0 s/^\\u([0-9A-Fa-f]{4})// and $type = 'UTF8_STRING_LITERAL'

or 3 conditions

line l !l&&r !l&&!r condition
238 0 0 0 $parser->YYData->{'INPUT'} or $parser->YYData->{'INPUT'} = readline $parser->YYData->{'fh'}
260 0 0 0 $parser->YYData->{'INPUT'} or $parser->YYData->{'INPUT'} = readline $parser->YYData->{'fh'}
292 0 0 0 $parser->YYData->{'INPUT'} or $parser->YYData->{'INPUT'} = readline $parser->YYData->{'fh'}