| lib/Egg/Helper/Build/Module.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 14 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 39 | 0 | 0 | shift @ARGV || (return $self->_helper_help('I want module name.')) |
| 41 | 0 | 0 | $self->helper_mod_name_split($mod_name) || (return $self->_helper_help('Bad format of plugin name.')) |
| 44 | 0 | 0 | $self->helper_valid_version_number($$o{'version'}) || (return 0) |
| 72 | 0 | 0 | shift() || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 0 | 0 | 0 | shift() || croak('I want module name.') |
| 45 | 0 | 0 | 0 | $$o{'output'} || $self->helper_current_dir |