lib/Module/New/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 18 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
36 | 0 | 0 | 23 | @_ and @_ % 2 == 0 |
68 | 0 | 14 | 8 | $file and -f $file |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
46 | 3 | 0 | 0 | $$self{'file'} ||= $self->_default_file |
90 | 0 | 0 | 2 | $$self{'author'} || $self->_prompt('Enter Author: ') |
91 | 0 | 0 | 2 | $$self{'email'} || $self->_prompt('Enter Email: ') |
93 | 2 | 0 | 0 | $$self{'file'} ||= $self->_default_file |