Rand Stats

Code::Coverage

zef:lizmat
Revision history for Code::Coverage

0.0.8  2025-01-22T17:47:04+01:00
    - Fix documentation error: the method is called "missed"
      instead of "missing"

0.0.7  2025-01-14T21:45:30+01:00
    - Move BUILDPLAN tests to xt for now, they appear to cause
      trouble on bare installs
    - Bump dependency on Code::Coverable to keep in sync

0.0.6  2025-01-11T15:11:24+01:00
    - Bump dependency on Code::Coverable to keep in sync

0.0.5  2025-01-10T15:06:16+01:00
    - Bump dependeny on Code::Coverable to keep in sync
    - Add methods "num-coverable-lines", "num-covered-lines",
      "num-missed-lines", and "max-lines"
    - Mark covered lines that were not coverable differently in
      the annotation

0.0.4  2025-01-08T17:06:11+01:00
    - Bump dependency on Code::Coverable to make sure this module
      is installable on the newest version
    - Add :repo named argument to .new, to be able to explicitely
      specify which repo-chain to be used

0.0.3  2025-01-07T19:50:10+01:00
    - Fix issues with targets being IOified when they shouldn't
    - Fix issues in documentation of .coverage
    - Up dependency on Code::Coverable for new interface
    - Remove dependency on String::Utils, "root" no longer needed
    - Add support for covering multiple targets
    - Added methods "keys", "source", "sources" and "annotated"

0.0.2  2025-01-01T21:05:20+01:00
    - Up dependency on Code::Coverable to get fixes
    - Update copyright year
    - Add sponsor link

0.0.1  2024-12-26T21:07:13+01:00
    - Initial version