| lib/Catalyst/Plugin/ErrorCatcher/Email.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 13 | 69.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 67 | 1 | 6 | 6 | defined $$config{'subject'} and $$config{'use_tags'} |
| 132 | 3 | 0 | 0 | exists $$config{'send'}{'type'} and exists $$config{'send'}{'args'} |
| 160 | 1 | 2 | 15 | @dirs and not $dirs[-1] =~ /$path_re/ |
| line | l | !l | condition |
|---|---|---|---|
| 104 | 6 | 0 | $c->_errorcatcher_first_frame || {} |
| 110 | 1 | 0 | $$first_frame{'file'} || 'UnknownFile' |