File: defect.dem

package info (click to toggle)
subversion 1.14.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80,496 kB
  • sloc: ansic: 1,039,361; python: 140,270; cpp: 24,862; java: 24,547; ruby: 12,310; lisp: 7,619; sh: 7,414; perl: 7,010; sql: 1,686; makefile: 1,191; xml: 577
file content (6 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
set title "Subversion DEFECT Activity"
set boxwidth 0.5
set data style lines
set key 10, 60
plot "/tmp/points.found.DEFECT" title "found" with boxes, "/tmp/points.fixed.DEFECT" title "fixed" with boxes, "/tmp/points.avg.DEFECT" title "moving avg", "/tmp/points.open.DEFECT" title "open"
pause -1 "Hit return to continue"