github
198 of 204 new or added lines in 45 files covered. (97.06%)
4 existing lines in 4 files now uncovered.15383 of 15539 relevant lines covered (99.0%)
1398.3 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
|