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 version 1.36
10
12 perl -Mblib -MDevel::Cover::Op prog [options]
13
15 This module works as if calling B::Concise but also outputs coverage
16 information. Its primary purpose is to aid in the development of
17 Devel::Cover.
18
19 See comments in Cover.xs (especially set_conditional()) to aid in
20 interpreting the output.
21
23 Devel::Cover
24
26 Huh?
27
29 Copyright 2001-2019, Paul Johnson (paul@pjcj.net)
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.32.1 2021-01-27 Devel::Cover::Op(3)