Minor, address feedback frmo D1864.
This commit is contained in:
@@ -1742,7 +1742,7 @@ class DifferentialChangesetParser {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch ($this->coverage[$new['line']]) {
|
switch ($this->coverage[$new['line'] - 1]) {
|
||||||
case 'C':
|
case 'C':
|
||||||
$covered++;
|
$covered++;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user