push
travis-ci
1362 of 1362 new or added lines in 26 files covered. (100.0%)
3723 of 4001 relevant lines covered (93.05%)
69.43 hits per line
|
module Neo4j |
3✔ |
|
module Server |
3✔ |
|
class CypherNodeUncommited |
3✔ |
|
def initialize(db, data) |
3✔ |
|
@db = db
|
× |
|
@data = data
|
× |
7 |
end
|
|
8 |
|
|
|
def [](key) |
3✔ |
|
@data[key.to_s]
|
× |
11 |
end
|
|
12 |
end
|
|
13 |
end
|
|
14 |
end
|