summaryrefslogtreecommitdiffstats
path: root/Tests/MumpsCoverage/Accounts_ReceivableTest.mcov
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Fix MUMPS coverage parsing and testJoseph Snyder2014-05-161-1445/+0
| | | | | | | | | | | | | | | | Fix the MUMPS coverage parser: * Account for tabs after entry points * Stop double incrementing lines that have explicit calls to the 0 line * If a line has been previously marked as non executable, but then contains a count, increment it an extra one to push it back into the executable code set. Add a custom routine and corresponding coverage files in the test case. This file is smaller and has cmcov/mcov files that have data for only that routine.
* Update test data to match new coverage format.Bill Hoffman2012-05-071-1441/+1441
|
* Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-011-0/+1445
Add a simple test to make sure the GTM mumps coverage is working. Also refactor the code so that cache coverage can be added.