| blib/lib/PlackX/Framework.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 16 | 68.7 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 70 | 42 | if $required{$module} |
| 25 | 112 | 0 | unless (eval 'require ' . $caller . '::' . $module) |
| 26 | 0 | 112 | if PXF::Util::is_module_broken($caller . '::' . $module) |
| 28 | 6 | 36 | if $required{$module} or $want_all or &$want_mod($module) |
| 30 | 76 | 36 | if PXF::Util::is_module_loaded($caller . '::' . $module) |
| 46 | 0 | 76 | if $exists and $exists ne $namespace |
| 47 | 76 | 0 | unless $exists |
| 52 | 0 | 76 | unless eval "package $new_class; use parent '${parent_class}'; 1" |