File: sample_01.rb

package info (click to toggle)
rcov 0.8.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 464 kB
  • ctags: 558
  • sloc: ruby: 5,168; ansic: 446; lisp: 107; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
a = 1
if a == 2
  b = 1
else
  b = 2
end
10.times{ b += 1 }