blib/lib/Asm/Preproc/Lexer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 24 | 28 | 85.7 |
line | true | false | branch |
---|---|---|---|
198 | 1 | 5 | unless @tokens |
214 | 1 | 14 | unless my $re = shift @tokens |
216 | 11 | 3 | if (ref $re eq 'Regexp') { } |
3 | 0 | elsif (ref $re eq 'ARRAY') { } | |
220 | 1 | 2 | if @$re == 1 |
221 | 0 | 3 | unless @$re == 2 |
229 | 13 | 1 | if (@tokens) |
230 | 1 | 12 | if (not defined $tokens[0]) { } |
8 | 4 | elsif (ref $tokens[0] eq 'CODE') { } | |
240 | 54 | 30 | defined $_ ? : |
356 | 0 | 4 | if $@ |
370 | 23 | 10 | if (defined $line) |
372 | 20 | 3 | unless ref $line |
374 | 0 | 23 | unless defined $text |