| blib/lib/omnitool/installer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 85 | 0 | 0 | 0 | $options->{'config-file'} and -e $options->{'config-file'} |
| 118 | 0 | 0 | 0 | not length $options->{$option_key} and $options_map->{$option_key}[0] =~ /must be provided/u || $option_key eq 'source_git_repo' |
| 0 | 0 | 0 | length $options->{$option_key} < 10 and $options_map->{$option_key}[0] =~ /longer than 10 characters/u | |
| 329 | 0 | 0 | 0 | $config_filename and -e $self->{'options'}{'othome'} . '/distribution/configs/' . $config_filename |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 118 | 0 | 0 | 0 | $options_map->{$option_key}[0] =~ /must be provided/u || $option_key eq 'source_git_repo' |
| 135 | 0 | 0 | 0 | $self->{'options'}{'save-config-file'} or $self->{'options'}{'save-config-file-only'} |