blib/lib/App/GitHooks/Plugin/PerlCritic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 12 | 58.3 |
line | true | false | branch |
---|---|---|---|
97 | 0 | 2 | if $git_action eq 'D' |
101 | 0 | 2 | if $staged_changes->is_merge |
105 | 0 | 2 | if $staged_changes->is_revert |
112 | 2 | 0 | if ($git_action eq 'A') { } |
136 | 0 | 2 | if defined $error |
139 | 1 | 1 | if scalar @$violations != 0 |