travis-ci
165 of 165 new or added lines in 11 files covered. (100.0%)
527 of 1237 relevant lines covered (42.6%)
118.15 hits per line
1 |
module Requests |
× |
2 |
class Recall |
× |
|
|
× |
|
|
× |
5 |
def initialize(submission) |
× |
6 |
@submission = submission
|
× |
|
@errors = []
|
× |
8 |
end
|
× |
9 |
|
× |
10 |
def handle |
× |
11 |
end
|
× |
|
|
× |
13 |
def submitted? |
× |
14 |
"foo"
|
× |
15 |
end
|
× |
|
|
× |
|
def errors |
× |
|
@errors
|
× |
|
end
|
× |
|
|
× |
21 |
end
|
× |
22 |
end
|
× |