Skip to content

Commit

Permalink
docs(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadGh authored Apr 15, 2024
1 parent 7b02966 commit c87e3e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# OCov4J: Object Coverage Metrics for Java
*OCov4J* is a proof-of-concept tool that measures test code coverage based on the **"object code coverage or OCov concept"** . *OCov* is a set of new test coverage metrics that specifically address object-oriented programming concepts. It considers issues related to object-oriented features such as inheritance, polymorphism, and dynamic binding, in addition to traditional procedural concerns.
`OCov4J` is a a proof-of-concept tool that measures how well your tests cover your code, focusing specifically on object-oriented features. It goes beyond traditional coverage metrics by considering aspects like inheritance, polymorphism, and dynamic binding.

*OCov4J* instruments your Java application code by running your tests (with JUnit or other tools) and calculates object coverage metrics for your test suites.
Object code coverage (OCov) is a set of new test coverage metrics that specifically address object-oriented programming concepts such as inheritance, polymorphism, and dynamic binding, in addition to traditional procedural concerns.

`OCov4J` instruments your program code while running your tests (with JUnit or other tools) and calculates object coverage metrics for your test suites.

## What is Object Coverage Criteria or OCov?
We call these new criteria **Object Coverage Criteria** or **OCov** for short.
Expand Down

0 comments on commit c87e3e1

Please sign in to comment.