github
195 of 201 new or added lines in 44 files covered. (97.01%)
4 existing lines in 4 files now uncovered.15388 of 15544 relevant lines covered (99.0%)
1397.87 hits per line
1 |
# frozen_string_literal: true
|
|
2 |
|
|
3 |
module Grape |
19✔ |
|
module Util |
19✔ |
|
if defined?(::MultiJson) |
19✔ |
|
Json = ::MultiJson |
19✔ |
7 |
else
|
|
NEW
UNCOV
|
Json = ::JSON |
× |
NEW
|
Json::ParseError = Json::ParserError |
× |
10 |
end
|
|
11 |
end
|
|
12 |
end
|