.TH "COBERTURA-REPORT" "1" .SH "NAME" cobertura-report \(em generate coverage reports .SH "SYNOPSIS" .PP \fBcobertura-report\fR [\fB\-\-datafile file\fP] \-\-destination dir [\fB\-\-format html|xml\fP] [\fB\-\-encoding encoding\fP] directory [\fB\-\-basedir dir\fP] .SH "DESCRIPTION" .PP \fBcobertura-report\fR generates coverage reports from the source code directories and calculates the cyclomatic code complexity of each class. The HTML reports are also made of annotated versions of each source file, showing which lines of code were exercised. .SH "OPTIONS" .IP "\fB\-\-datafile file\fP " 10 Specify the name of the file containing metadata about your classes. Default value: "./cobertura.ser". .IP "\fB\-\-basedir dir\fP " 10 Specify a directory containing source code. All files listed after this are assumed to be underneath this directory. This should only be used if you want to include only a few specific files underneath a source tree and exclude all other files. .IP "\fB\-\-destination dir\fP " 10 Specify the output directory for the report. .IP "\fB\-\-format xml|html\fP " 10 The type of report you want to generate. Default value: html. .IP "\fB\-\-encoding encoding\fP " 10 Specify the encoding used to read the source. See javadocs for java.nio.charset.Charset for more details. .SH "SEE ALSO" .PP junit(1), cobertura-instrument(1), cobertura-check(1), cobertura-merge(1). .SH "AUTHOR" .PP This manual page was written by Miguel Landaeta for the \fBDebian\fP system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the terms of GNU General Public License, Version 2 or any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. .\" created by instant / docbook-to-man