Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cobertura-check(1) [debian man page]

COBERTURA-CHECK(1)					      General Commands Manual						COBERTURA-CHECK(1)

NAME
cobertura-check -- show which classes do not have adequate test coverage SYNOPSIS
cobertura-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] DESCRIPTION
cobertura-check can be run after your JUnit tests to show which classes do not have adequate test coverage. OPTIONS
If 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 ALSO
junit(1), cobertura-instrument(1), cobertura-report(1), cobertura-merge(1). AUTHOR
This 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)

Check Out this Related Man Page

Really Slick ScreenSavers(1)				      General Commands Manual				      Really Slick ScreenSavers(1)

NAME
lorenz - Lorenz Attractor. SYNOPSIS
lorenz [--root/-r] [--maxfps/-x number] [--vsync/-y number] [--dpms/-M number] [--num-points/-n number] [--num-satellites/-s number] [--camera-speed/-c number] [--camera-angle/-a number] [--line-width/-l number] [--line-width-sat/-w number] [--line-cutoff/-o number] DESCRIPTION
Lorenz Attractor - visualization of the Lorenz Attractor fractal - written by Soren Sonnenburg. OPTIONS
--root Draw on the root window. --maxfps number Set maximum frame rate. --vsync number Limit redraws to specified number of vertical refreshes. 0 - 100. Default: 1 --dpms number Stop rendering new frames if the display is not on. 0 - 1. Default: 1 --lines number Number of lines. 100 - 1000000. Default: 100000 --num-satellites number Number of satellites. 0 - 50. Default: 25 --camera-speed number Camera Speed. 0 - 100. Default: 30 --camera-angle number Camera Angle. 5 - 179. Default: 45 --line-width number Line width of Attractor. 1 - 100. Default: 2 --line-width-sat number Line width of Satellites. 1 - 100. Default: 16 --line-cutoff number Line Approximation Quality (Lower is better). 0 - 100. Default: 20 ENVIRONMENT
DISPLAY to get the default host and display number. SEE ALSO
X(1), COPYRIGHT
Copyright (C) 2009 by Soren Sonnenburg. Euphoria is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 (or any later version). Euphoria is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. AUTHOR
Lorenz Attractor written by Soren Sonnenburg. Contact sonne@debian.org or visit http://sonnenburgs.de/soeren . X Version 11 Really Slick ScreenSavers(1)
Man Page