| blib/lib/Parse/IRCLog.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 16 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 50 | 1 | 4 | if ref $class |
| 109 | 12 | 5 | if ref $self and defined $$self{'patterns'} |
| 168 | 4 | 1 | if ref $self |
| 185 | 1 | 0 | unless ref $self |
| 188 | 0 | 1 | unless open $symbol, '<', $_[0] |
| 210 | 7 | 2 | if ($line) |
| 211 | 2 | 5 | if $line =~ /$self->patterns->{'msg'}/ |
| 213 | 2 | 3 | if $line =~ /$self->patterns->{'action'}/ |