1SHCOV(1)                    General Commands Manual                   SHCOV(1)
2
3
4

NAME

6       shcov - collect execution coverage information for shell scripts
7

DESCRIPTION

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

SYNOPSIS

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

HOMEPAGE

23       http://shcov.googlecode.com
24

SEE ALSO

26       shlcov(1)
27

AUTHOR

29       This     manual     page     was     written    by    Simon    Kagstrom
30       <simon.kagstrom@gmail.com>
31
32
33
34                               December 14, 2008                      SHCOV(1)
Impressum