File: descriptions.txt

package info (click to toggle)
lcov 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,464 kB
  • sloc: perl: 27,911; sh: 7,320; xml: 6,982; python: 1,152; makefile: 597; cpp: 520; ansic: 176
file content (10 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
test_noargs
	Example program is called without arguments so that default range
	[0..9] is used.

test_2_to_2000
	Example program is called with "2" and "2000" as arguments.

test_overflow
	Example program is called with "0" and "100000" as arguments. The
	resulting sum is too large to be stored as an int variable.