Wed Oct 21 11:20:17 EDT 2020/home/rj/shcov/new/./bar.sh
Coverage: 75 % Covered: 3   Comment Lines: 3
Executable: 28 % Not Covered: 1   Blank Lines: 7
Comments: 21 % Executable : 4   Total Lines: 14

 

  1
#!/bin/bash
  2
  3
# bar.sh -- secondary bash shell test file.
  4
15
. ./traps.sh
  6
17
echo entering bar PID = $$
  8
  9
#UNCLE_BOB
  10
311
./baz.sh
  12
013
echo leaving bar
  14