COBERTURA-INSTRUMENT(1) | General Commands Manual | COBERTURA-INSTRUMENT(1) |
cobertura-instrument — add coverage instrumentation to existing classes
cobertura-instrument [--basedir dir] [--datafile file] [--destination dir] [--ignore regex] classes [...]
cobertura-instrument inserts instrumentation instructions directly into your compiled Java classes. When these instructions are encountered by the Java Virtual Machine, the inserted code increments various counters so that it is possible to tell which instructions have been encountered and which have not.
Classes may be specified individually, or as a directory tree containing multiple classes.
junit(1), cobertura-check(1), cobertura-report(1), cobertura-merge(1).
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.