lib/Egg/Helper/Build/Plugin.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 10 | 0.0 |
line | l | !l | condition |
---|---|---|---|
18 | 0 | 0 | shift @ARGV || (return $self->_helper_help('I want plugin name.')) |
26 | 0 | 0 | $self->helper_mod_name_split($plugin_name) || (return $self->_helper_help('Bad format of plugin name.')) |
29 | 0 | 0 | $self->helper_valid_version_number($$o{'version'}) || (return 0) |
30 | 0 | 0 | $$o{'output'} || undef |
52 | 0 | 0 | shift() || '' |