travis-ci
189 of 554 new or added lines in 29 files covered. (34.12%)
3661 existing lines in 138 files now uncovered.18433 of 31107 relevant lines covered (59.26%)
147.82 hits per line
|
class Catalog::Nomenclature < ::Catalog |
3✔ |
2 |
|
|
3 |
# @return [Array of TaxonName]
|
|
4 |
# all names observed in this catalog. For example the index.
|
|
|
def names |
3✔ |
NEW
|
n = [] |
× |
NEW
|
entries.each do |e|
|
× |
NEW
|
n += e.all_names |
× |
9 |
end
|
|
NEW
|
n.uniq |
× |
11 |
end
|
|
12 |
|
|
13 |
end
|