Skip to content

Commit

Permalink
Fixed wrong property value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jan 12, 2024
1 parent b1403ff commit b8e1096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_reports/DataModel/CodeCoverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def ExcludedStatements(self) -> int:

@readonly
def CoveredStatements(self) -> int:
return self._missingStatements
return self._coveredStatements

@readonly
def MissingStatements(self) -> int:
Expand Down

0 comments on commit b8e1096

Please sign in to comment.