1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-20 19:51:08 +01:00

Minor, address feedback frmo D1864.

This commit is contained in:
epriestley 2012-03-12 17:10:05 -07:00
parent 85bdcbdd43
commit f6fda5ec01

View file

@ -1742,7 +1742,7 @@ class DifferentialChangesetParser {
continue;
}
switch ($this->coverage[$new['line']]) {
switch ($this->coverage[$new['line'] - 1]) {
case 'C':
$covered++;
break;