Replies:
1
-
Pages:
1
-
:
Oct 5, 2020 8:40 PM
by: brendan
|
|
|
|
Feature Requests
Posted:
Oct 5, 2020 11:04 AM
|
|
|
I find clover to be an extremely useful tool, but I think it could benefit from the addition of the following features:
- Link from html Movers report to the coverage report for that class
- Uncovered Code Report. I'd like to easily see which classes and which methods are not covered at all
- Proximity of testing. I'd like to see if code was exercised directly from a test class as compared to a side effect of testing some other code
|
|
|
Re: Feature Requests
Posted:
Oct 5, 2020 8:40 PM
in response to:
|
|
|
> - Link from html Movers report to the coverage report > for that class > > - Uncovered Code Report. I'd like to easily see which > classes and which methods are not covered at all >
These two features will be in Clover2.
> - Proximity of testing. I'd like to see if code was > exercised directly from a test class as compared to a > side effect of testing some other code
Clover2 will have a feature that shows which tests hit what lines. We don't as yet show proximity to tests, but we are investigating this possibility.
Thanks for these suggestions.
Cheers, -Brendan
|
|
|
|
|