| blib/lib/cPanel/TaskQueue/PluginManager.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 18 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 40 | 1 | 1 | 5 | exists $opts{'directories'} and 'ARRAY' eq ref $opts{'directories'} |
| 41 | 1 | 1 | 3 | exists $opts{'namespaces'} and 'ARRAY' eq ref $opts{'namespaces'} |
| 52 | 1 | 1 | 13 | defined $root_dir and length $root_dir |
| 56 | 1 | 1 | 9 | defined $namespace and length $namespace |
| 70 | 0 | 0 | 23 | /^(\w+)\.pm$/ && -f "$ns_dir/$_" |
| 96 | 16 | 3 | 15 | 'ARRAY' eq ref $reg and 2 == @{$reg;} |