ColdFusion Test Coverage Tool
The ColdFusion Test Coverage tool enables the collection and display of code coverage data on ColdFusion software source code bases of arbitrary size. It is a member of SD's family of Test Coverage tools.
ColdFusion Test Coverage Features
- Available for ColdFusion v11 (and other dialects on request)
- Not dependent on Adobe development tools or any specific object format
- Works with arbitrary subsets of source code base
- Can accumulate data from multiple test runs
- Handles
tens of thousands of files - Extremely low probe overhead both in time and space
- Operations to combine Test Coverage data for unions, deltas, intersections
- Produces coverage report by application, package and file
- Test coverage collection can run on platform separate from Test Coverage tool
The ColdFusion Test Coverage tool has an intuitively simply display. It shows
- Possible test coverage vector (TCV) result files
- Selected/accumulated/computed TCV files
- List of files being tested for coverage
- Locations of probe points in files
- Browsable source text of file of current interest
- Covered/uncovered status of each probe point on file source text
- Summary statistics for percentage covered
Here's a screenshot (in a popup window) of the ColdFusion Test Coverage display. If you have popups disabled, try this link: screen shot. Green ("go") code has been covered/executed by some test; red ("stop") code has not been executed by any test.