Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
---|---|---|---|---|
lib/jldrill/model/Acknowlegements.rb | 61 | 42 | 44.26%
|
45.24%
|
Code reported as executed by Ruby looks like this...and this: this line is also marked as covered.Lines considered as run by rcov, but not reported by Ruby, look like this,and this: these lines were inferred by rcov (using simple heuristics).Finally, here's a line marked as not executed.
1 |
2 module JLDrill |
3 # Acknowlegements to those who have helped (knowingly or |
4 # unknowingly) with JLDrill development. |
5 Acknowlegements = %Q[Acknowlegements |
6 |
7 This program could not have been written if it were not for the |
8 contribution that others have made. Normally JLDrill will be |
9 distributed with data files that are used for creating the drills. |
10 These data files required an enormous amount of work to compile and |
11 their authors deserve to be given some credit. |
12 |
13 In particular I want to thank The Electronic Dictionary Research and |
14 Development Group at Monash University. JLDrill uses the EDICT files |
15 for it's reference dictionary. Without this monumental work, very |
16 little could be done in the world of free software with respect to |
17 Japanese language training. I am deeply in their debt. |
18 |
19 I would also like to thank Thierry Bézecourt for the use of the |
20 files which form the basis of the JLPT drills. Thierry has very |
21 kindly granted permission to use these files in this application |
22 under the GPL license, thus saving me weeks of work. |
23 |
24 Finally, I would like to thank [RubyForge](http://rubyforge.org) for |
25 hosting this project. It makes a big difference. |
26 |
27 Notes |
28 ----- |
29 The EDICT files are the property of the Electronic Dictionary Research |
30 and Development Group at Monash University, and are used in |
31 conformance with the Group's licence. |
32 |
33 Links: |
34 |
35 * [EDICT](http://www.csse.monash.edu.au/~jwb/edict.html) |
36 * [Electronic Dictionary Research and Development Group](http://www.csse.monash.edu.au/groups/edrdg/) |
37 * [License](http://www.csse.monash.edu.au/groups/edrdg/licence.html) |
38 |
39 |
40 The JLPT files are Copyright (C) 2001 Thierry Bézecourt |
41 |
42 Please visit [Thierry's Website](http://www.thbz.org) |
43 |
44 The Grammar file was constructed using Tae Kim's Japanese |
45 Guide to Japanese grammar. That guide is licensed under a Creative |
46 Commons BY-NC-SA license (2.5). It additionally includes vocabulary |
47 from EDICT. |
48 |
49 The stroke order information in the popup is provided by the |
50 KanjiStrokeOrder font: |
51 |
52 Copyright (C) 2004-2008 Ulrich Apel, the AAAA project and the Wadoku project |
53 All rights reserved. |
54 |
55 This font is distributed under a BSD license. |
56 |
57 More licence information can be found in the data/jldrill/COPYING |
58 directory in JLDrill's main distribution. |
59 |
60 ] |
61 end |
Generated on Mon May 23 16:17:46 +0900 2011 with rcov 0.9.8