1SHLCOV(1) General Commands Manual SHLCOV(1)
2
3
4
6 shlcov - produce HTML output of shell script execution coverage infor‐
7 mation
8
10 shlcov produces HTML output of execution coverage data for bourne shell
11 and bash scripts. It is used together with the shcov tool which cap‐
12 tures runtime coverage data.
13
15 shlcov [-s|--script-base=path] [-l|--limit=low,high] datadir outdir
16
17 -s, --script-base= path
18 set the base path to lookup scripts sources (default is '')
19
20 -l, --limit= low,high
21 set the low and high limits coverage limits (displayed in red,
22 amber and green respectively in the output). Default is 15,50
23
25 http://shcov.googlecode.com
26
28 shlcov(1)
29
31 This manual page was written by Simon Kagstrom
32 <simon.kagstrom@gmail.com>
33
34
35
36
37 December 14, 2008 SHLCOV(1)