| blib/lib/Games/EverQuest/LogLineParser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 14 | 71.4 |
| line | true | false | branch |
|---|---|---|---|
| 155 | 0 | 71 | unless length $line > 28 |
| 163 | 71 | 2082 | if (my(@parts) = $line =~ /$$line_type{'rx'}/) |
| 167 | 9 | 62 | if (exists $$parsed_line{'platinum'}) |
| 183 | 0 | 71 | unless exists $line_types{$line_type_name} |
| 186 | 0 | 71 | unless length $line > 28 |
| 192 | 71 | 0 | if (my(@parts) = $line =~ /$line_types{$line_type_name}{'rx'}/) |
| 196 | 9 | 62 | if (exists $$parsed_line{'platinum'}) |