| blib/lib/Bot/Cobalt/Common.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 21 | 38.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 157 | 0 | 0 | 0 | carp($@) and push @failed, $pkg |
| 0 | 0 | 656 | eval $c and not $@ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 113 | 161 | 8 | 0 | $maybe_prefix eq ':' or $maybe_prefix eq '-' |
| 121 | 156 | 0 | 53 | @tags || @funcs |
| 0 | 53 | 156 | grep {$_ eq 'all';} @tags or not @tags || @funcs | |
| 127 | 593 | 0 | 0 | $ImportMap->get($tag) || confess("Import failed; tag '${tag}' not exported") |
| 140 | 0 | 0 | 0 | $FuncMap->get($func) || confess("Import failed; function '${func}' not exported") |