line |
true |
false |
branch |
59
|
0 |
0 |
if scalar keys %args != 0 |
63
|
0 |
0 |
unless Data::Validate::Type::is_instance($app, 'class', 'App::GitHooks') |
74
|
0 |
0 |
unless $app->get_terminal->is_interactive or $force_interactive |
83
|
0 |
0 |
if ($checks_pass) |
90
|
0 |
0 |
$checks_pass ? : |
133
|
0 |
0 |
if $check_result == $App::GitHooks::Hook::PreCommit::PLUGIN_RETURN_FAILED |
136
|
0 |
0 |
if $check_result == $App::GitHooks::Hook::PreCommit::PLUGIN_RETURN_WARNED |
146
|
0 |
0 |
unless $file_checks |
148
|
0 |
0 |
if $file_warnings |
153
|
0 |
0 |
if ($has_warnings) |
157
|
0 |
0 |
if ($app->get_terminal->is_interactive) { } |