blib/lib/RDF/Trine/Parser/Turtle/Lexer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 21 | 76.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
177 | 301 | 0 | 18526 | defined $c and length $c |
182 | 17531 | 994 | 1 | $c eq '.' and $self->{'buffer'} =~ /$r_decimal/ |
194 | 285 | 0 | 27133 | defined $c and length $c |
285 | 8726 | 18407 | defined $c and length $c and $c =~ /[\t\r\n ]/ | |
258 | 1 | 385 | 1 | defined $c and $c eq "\x{feff}" |
451 | 0 | 196 | 5287 | length $c and not $c =~ /[\r\n]/ |
455 | 0 | 0 | 196 | length $c and $c =~ /[\r\n]/ |