| blib/lib/Alice/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 17 | 35.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 176 | 1 | 0 | 0 | $$config{'ignore'} and ref $$config{'ignore'} eq 'ARRAY' |
| 196 | 1 | 0 | 0 | $port and $port =~ /\d+/ |
| 231 | 0 | 0 | 3 | exists $$config{$key} and my $attr = $self->meta->get_attribute($key) |
| line | l | !l | condition |
|---|---|---|---|
| 199 | 0 | 1 | $debug || 'info' |
| 202 | 0 | 0 | $debug || 'info' |
| 273 | 3 | 0 | $type ||= 'msg' |
| 279 | 2 | 0 | $type ||= 'msg' |