Query: cobertura-check
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
COBERTURA-CHECK(1) General Commands Manual COBERTURA-CHECK(1)NAMEcobertura-check -- show which classes do not have adequate test coverageSYNOPSIScobertura-check [--branch 0..100] [--datafile file] [--line 0..100] [--regex regex:branchrate:linerate] [--packagebranch 0..100] [--packageline 0..100] [--totalbranch 0..100] [--totalline 0..100]DESCRIPTIONcobertura-check can be run after your JUnit tests to show which classes do not have adequate test coverage.OPTIONSIf no parameters are specified then all values will be set to 50%. --branch 0..100 Specify the minimum acceptable branch coverage rate needed by each class. This should be an integer value between 0 and 100. Default value is 0. --datafile file Specify the name of the file containing metadata about your classes. Default value: "./cobertura.ser". --line 0..100 Specify the minimum acceptable line coverage rate needed by each class. This should be an integer value between 0 and 100. Default value is 0. --regex regex:branchrate:linerate For finer grained control, you can optionally specify minimum branch and line coverage rates for individual classes using any number of regular expressions. --packagebranch 0..100 Specify the minimum acceptable average branch coverage rate needed by each package. This should be an integer value between 0 and 100. Default value is 0. --packageline 0..100 Specify the minimum acceptable average line coverage rate needed by each package. This should be an integer value between 0 and 100. Default value is 0. --totalbranch 0..100 Specify the minimum acceptable average branch coverage rate needed by the project as a whole. This should be an integer value between 0 and 100. Default value is 0. --totalline 0..100 Specify the minimum acceptable average line coverage rate needed by the project as a whole. This should be an integer value between 0 and 100. Default value is 0.SEE ALSOjunit(1), cobertura-instrument(1), cobertura-report(1), cobertura-merge(1).AUTHORThis manual page was written by Miguel Landaeta <miguel@miguel.cc> for the Debian 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. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. COBERTURA-CHECK(1)
Related Man Pages |
---|
cobertura-check(1) - debian |
flocks(1) - debian |
devel::cover::tutorial(3pm) - debian |
tm::coverage(3pm) - debian |
tree::simple::visitorfactory(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
split function |
awk: find and replace in certain field only, help needed |
cutting a section of a big file |
HP-UX Certifications |
Extract number from string. |