| blib/lib/Git/Lint/Check/Message.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 1 | 2 | unless defined $args->{$_} |
| 26 | 1 | 1 | unless open my $message_fh, "<", $args->{'file'} |
| 33 | 0 | 1 | unless ($lines_arref) |
| 49 | 1 | 2 | unless defined $args->{$_} |
| 68 | 3 | 9 | unless defined $args->{$_} |
| 72 | 1 | 1 | unless ref $args->{'match'} eq "CODE" |
| 75 | 1 | 0 | if ($args->{'match'}->($args->{'input'})) |