blib/lib/App/Cme/Command/run.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 29 | 65.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
268 | 7 | 0 | 0 | $commit_msg and not $opt->{'no_commit'} |
289 | 7 | 0 | 0 | $commit_msg and not $opt->{'no_commit'} |
line | l | !l | condition |
---|---|---|---|
308 | 4 | 2 | $res // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
78 | 0 | 0 | 11 | $opt->{'list'} or not $script_name |
118 | 3 | 5 | 5 | $user_args->{$1} // $script_var->{$1} |
6 | 0 | 4 | ($user_args->{$1} // $script_var->{$1}) // $ENV{$1} | |
0 | 1 | 3 | (($user_args->{$1} // $script_var->{$1}) // $ENV{$1}) // $default->{$1} | |
1 | 3 | 0 | ((($user_args->{$1} // $script_var->{$1}) // $ENV{$1}) // $default->{$1}) // "\$" . $1 | |
238 | 0 | 1 | 10 | $content =~ /^#!/u or $content =~ /^use/mu |
306 | 3 | 1 | 2 | $h->{$key} // $default->{$key} |