-
-
05 Jun 2022 18:20:42 UTC
- Distribution: Devel-Cover
- Module version: 1.38
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (57)
- Testers (321 / 1 / 2)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (205.1KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Devel::Cover::Op - B::Concise with coverage data
VERSION
version 1.38
SYNOPSIS
perl -Mblib -MDevel::Cover::Op prog [options]
DESCRIPTION
This module works as if calling B::Concise but also outputs coverage information. Its primary purpose is to aid in the development of Devel::Cover.
See comments in Cover.xs (especially set_conditional()) to aid in interpreting the output.
SEE ALSO
Devel::Cover
BUGS
Huh?
LICENCE
Copyright 2001-2022, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
The latest version of this software should be available from my homepage: http://www.pjcj.net
Module Install Instructions
To install Devel::Cover, copy and paste the appropriate command in to your terminal.
cpanm Devel::Cover
perl -MCPAN -e shell install Devel::Cover
For more information on module installation, please visit the detailed CPAN module installation guide.