| lib/Devel/Trepan/CmdProcessor/Command/Load_Subcmd/Subcmd.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 0 | 0 | if ($mgr) { } |
| 0 | 0 | if ($mgr) { } | |
| 62 | 0 | 0 | if ($mgr->can('load_debugger_subcommand')) { } |
| 0 | 0 | if ($mgr->can('load_debugger_subcommand')) { } | |
| 63 | 0 | 0 | if (scalar @args == 0) { } |
| 0 | 0 | if (scalar @args == 0) { } | |
| 68 | 0 | 0 | if (-r $trepan_subcmd_module) { } |
| 0 | 0 | if (-r $trepan_subcmd_module) { } | |
| 70 | 0 | 0 | if ($mgr->load_debugger_subcommand(ucfirst $cmd_name, $trepan_subcmd_module)) |
| 0 | 0 | if ($mgr->load_debugger_subcommand(ucfirst $cmd_name, $trepan_subcmd_module)) |