- Db schema versioned separately from the app, since that changes a
lot less often.
- Fixed http://rt.cpan.org/Public/Bug/Display.html?id=36164
Doc patch for "covered info" from Martin Kutter. Thanks for that!
- New feature "covered covering --source_file=FILE --sub=SUB"
- Fixed a rather stupid bug in "covered" script.
- Added option --rex_skip_source_file to specify (multiple) regexes to
skip reporting on source files.
- New query feature "covered subs --source_file=FILE"
- "covered info" now outputs version
- Moved storage of metric types to its own table in order to save disk
space.
- Memoized lookup tables
- Avoid collection information for the "prove" program (or calling
files matching --rex_skip_calling_file).
- Moved storage of file names to its own table in order to save disk
space.
- Moved covered database from cover_db/covered to ./covered
- Store db size and time by only storing subroutine coverage
- File progress during "covered run"
- covered by --test_file=FILE
- Misc basic things like portable tests, deps in Build.PL, etc.
- covered info -- List all known files for easy reference
- covered runs
- covered coverage --source_file=FILE
- First release. The first basic feature done, let's see how a release looks like on
CPAN.