DanielHeath (Daniel Heath)
- Login: DanielHeath
- Email: daniel.r.heath@gmail.com
- Registered on: 11/28/2010
- Last sign in: 11/29/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/28/2010
-
05:01 PM Ruby Feature #4095 (Closed): C1 Coverage
- =begin
The built-in coverage in Ruby 1.9 is great, but it only offers line-by-line coverage.
It would be better if we could determine which parts of each line have been run e.g:
# File 'coverage_example.rb'
true ? 'always r...