lib/Egg/Helper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 26 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
49 | 0 | 0 | 0 | $modenow and $modenow eq $mode |
line | l | !l | condition |
---|---|---|---|
41 | 0 | 0 | shift() || {} |
53 | 0 | 0 | $$attr{'project_name'} || undef |
68 | 0 | 0 | &$loads() || [] |
81 | 0 | 0 | $_[0] || {} |
82 | 0 | 0 | $ENV{'EGG_HELPER_CLASS'} || 'Egg::Helper::Project' |
86 | 0 | 0 | $$attr{'project_name_orign'} || 'EggHelper' |
121 | 0 | 0 | $$attr{'start_dir'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
40 | 0 | 0 | 0 | ucfirst shift() || croak(q[ I want 'MODE'. ]) |
84 | 0 | 0 | 0 | $class->helper_tempdir || $$attr{'start_dir'} |
0 | 0 | 0 | $$attr{'project_root'} ||= $class->helper_tempdir || $$attr{'start_dir'} |