| blib/lib/App/GitHooks/Hook/CommitMsg.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 7 | 28.5 |
| line | l | !l | condition |
|---|---|---|---|
| 90 | 1 | 0 | Path::Tiny::path($commit_message_file)->slurp_utf8 // '' |
| 122 | 0 | 0 | $ENV{'EDITOR'} // 'vim' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 79 | 0 | 0 | 1 | $app->get_terminal->is_interactive or $force_interactive |