1Devel::Cover::Op(3) User Contributed Perl Documentation Devel::Cover::Op(3)
2
3
4
6 Devel::Cover::Op - B::Concise with coverage data
7
9 perl -Mblib -MDevel::Cover::Op prog [options]
10
12 This module works as if calling B::Concise but also outputs coverage
13 information. It's primary purpose is to aid in the development of
14 Devel::Cover.
15
16 See comments in Cover.xs (especially set_conditional()) to aid in
17 interpreting the output.
18
20 Devel::Cover
21
23 Huh?
24
26 Version 0.65 - 8th August 2009
27
29 Copyright 2001-2009, Paul Johnson (pjcj@cpan.org)
30
31 This software is free. It is licensed under the same terms as Perl
32 itself.
33
34 The latest version of this software should be available from my
35 homepage: http://www.pjcj.net
36
37
38
39perl v5.10.1 2009-08-08 Devel::Cover::Op(3)