1SHCOV(1) General Commands Manual SHCOV(1)
2
3
4
6 shcov - collect execution coverage information for shell scripts
7
9 shcov collects coverage data for bourne shell and bash scripts similar
10 to gcov for C/C++ programs. It is used together with the shlcov tool to
11 create HTML output of coverage information.
12
14 shcov [--output=where] [--shell=shell] script ...
15
16 --output= where
17 Place output in where instead of /tmp/shcov
18
19 --shell= what
20 Use shell command line what instead of bash -x
21
23 http://shcov.googlecode.com
24
26 shlcov(1)
27
29 This manual page was written by Simon Kagstrom
30 <simon.kagstrom@gmail.com>
31
32
33
34 December 14, 2008 SHCOV(1)