Skip to content

Commit a2742e2

Browse files
authored
Update README.md
1 parent f755e75 commit a2742e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ TestScanner is a tool for analyzing JavaScript tests.
55

66
Given a JavaScript application test folder, it extracts the following metrics: Number of tests, asynchronous tests, assertions, distinct function calls, max and average distinct function calls per test case, event trigger calls, and object creations. => `TestCodePropertyAnalyzer.java`
77

8-
Given a JavaScript test coverage report, it extracts: Uncovered statement in uncovered function ratio, and coverage for regular functions, callback functions, asynchronous callbacks, event-dependent callbacks, and closures. => `TestCodePropertyAnalyzer.java`
8+
Given a JavaScript test coverage report, it extracts: Uncovered statement in uncovered function ratio, and coverage for regular functions, callback functions, asynchronous callbacks, event-dependent callbacks, and closures. => `ProductionCodeCoverageAnalyzer.java`
99

10-
In addition, given a URL to a Github repo for a JavaScript application it extracts these metrics from the repository: Number of watches, stars, forks, commits, branches, releases, and contributors. => `TestCodePropertyAnalyzer.java`
10+
In addition, given a URL to a Github repo for a JavaScript application it extracts these metrics from the repository: Number of watches, stars, forks, commits, branches, releases, and contributors. => `GetRepoStat.java`
1111

1212

1313
Subjects and analysis results
1414
======
1515

16-
You can find more information on the study that we carried [here](http://www.ece.ubc.ca/~aminmf/js_test_study.html).
16+
You can find more information on the study that we carried [here](http://www.ece.ubc.ca/~aminmf/js_test_study.html).

0 commit comments

Comments
 (0)