| blib/lib/Business/UDC/Tokenizer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 21 | 95.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 80 | 141 | 4 | @tokens and $input =~ /\G( +)(?=\p{L})/cgu |
| 27 | 80 | 139 | 2 | @tokens and $input =~ /\G( +)(?=")/cg |
| 31 | 80 | 131 | 8 | @tokens and $tokens[-1]{'type'} eq "ALPHA_SPEC" |
| 211 | 7 | 1 | @tokens and $tokens[-1]{'type'} eq "ALPHA_SPEC" and $input =~ /\G( +)(?=\()/cg | |
| 36 | 80 | 131 | 7 | @tokens and $tokens[-1]{'type'} eq "ALPHA_SPEC" |
| 211 | 7 | 0 | @tokens and $tokens[-1]{'type'} eq "ALPHA_SPEC" and $input =~ /\G( +)(?=\+)/cg | |
| 41 | 80 | 137 | 1 | @tokens and $input =~ /\G( +)\z/cg |