Branch Coverage

lib/Devel/Trepan/CmdProcessor/Command/Load_Subcmd/Module.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
63 0 0 unless -r $module or substr($module, -3, 3) eq '.pm'
0 0 unless -r $module or substr($module, -3, 3) eq '.pm'
64 0 0 if (-r $module) { }
0 0 if (-r $module) { }
66 0 0 if ($rc) { }
0 0 if ($rc) { }
69 0 0 if ($@) { }
0 0 if ($@) { }