| line |
!l |
l&&!r |
l&&r |
condition |
|
69
|
0 |
0 |
0 |
not defined eval {
do {
$checker->next_word
}
} and $@ |
|
168
|
0 |
0 |
0 |
defined $title and length $title |
|
193
|
0 |
0 |
0 |
$git->fault("This commit log message title is too long.\nIt is $tlen characters wide but should be at most $max_width, a limit set by\nyour configuration option.\nPlease, amend your commit to make its title shorter.\n", {"commit", $id, "option", "title-max-width"}) and ++$errors |
|
205
|
0 |
0 |
0 |
$git->fault("This commit log message title SHOULD NOT end in a period.\nThis is required by your configuration option.\nPlease, amend your commit to remove the period.\n", {"commit", $id, "option", "title-period"}) and ++$errors |
|
213
|
0 |
0 |
0 |
$git->fault("This commit log message title SHOULD end in a period.\nThis is required by your configuration option.\nPlease, amend your commit to add the period.\n", {"commit", $id, "option", "title-period"}) and ++$errors |
|
239
|
0 |
0 |
0 |
defined $body and length $body |