GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Devel::Cover::Report::Clover(3) User Contributed Perl Documentation Devel::Cover::Report::Clover(3)

Devel::Cover::Report::Clover - Backend for Clover reporting of coverage statistics

 cover -report clover

This module generates a Clover compatible coverage xml file which can be used in a variety of continuous integration software offerings.

It is designed to be called from the "cover" program distributed with Devel::Cover.

Options are specified by adding the appropriate flags to the "cover" program. This report format supports the following:
outputfile
This will be the file name that you would like to write this report out to. It defaults to clover.xml.
projectname
This is simply a cosmetic item. When the xml is generated, it has a project name which will show up in your continuous integration system once it is parsed. This can be any string you want and it defaults to 'Devel::Cover::Report::Clover'.

Devel::Cover

<http://www.atlassian.com/software/clover/>

<http://jenkins-ci.org/>

<https://wiki.jenkins-ci.org/display/JENKINS/Clover+Plugin>

<https://github.com/captin411/Devel-Cover-Report-Clover/issues>

Jun Kuriyama - nice cosmetic changes to package names

Olivier Mengué - fix tests for those using local::lib

Oliver Trosien - added branch, statement, and subroutine details

David Bartle <captindave@gmail.com>

Copyright David Bartle (captindave@gmail.com)

This software is free. It is licensed under the same terms as Perl itself.

The latest version of this software should be available on github.com https://github.com/captin411/Devel-Cover-Report-Clover

Hey! The above document had some coding errors, which are explained below:
Around line 117:
Non-ASCII character seen before =encoding in 'Mengué'. Assuming UTF-8
2016-12-31 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.