File: Code_Coverage_Reports.md

package info (click to toggle)
mpich 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 251,828 kB
  • sloc: ansic: 1,323,147; cpp: 82,869; f90: 72,420; javascript: 40,763; perl: 28,296; sh: 19,399; python: 16,191; xml: 14,418; makefile: 9,468; fortran: 8,046; java: 4,635; pascal: 352; asm: 324; ruby: 176; awk: 27; lisp: 19; php: 8; sed: 4
file content (21 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Code Coverage Reports

The following links show how much of the code is covered by our various
test suites (mpich1, mpich2, intel, cxx, io) as reported by
[`gcov`](http://gcc.gnu.org/onlinedocs/gcc/Gcov-Intro.html). For more
information on code coverage, see [Wikipedia's article on the
subject](http://en.wikipedia.org/wiki/Code_coverage).

## Coverage Results

By `--with-device=XXX`:

  - [ch3:sock](http://www.mpich.org/static/cron/coverage/ch3:sock/index.htm)
    (Note: no recent tests)
  - [ch3:nemesis](http://www.mpich.org/static/cron/coverage/ch3:nemesis/index.htm)

## Generating the Coverage Results

These results are created using `/mcs/mpich/cron/tests/getcoverage`. See
[Testing Crons](Testing_Crons.md "wikilink") for info on when and where
these results are generated.