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.61 - 10th January 2007
27
29 Copyright 2001-2007, 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 home‐
35 page: http://www.pjcj.net
36
37
38
39perl v5.8.8 2007-01-10 Devel::Cover::Op(3)