push
0 of 1 new or added line in 1 file covered. (0.0%)
1529 existing lines in 63 files now uncovered.7 of 1711 relevant lines covered (0.41%)
0.0 hits per line
UNCOV
1
|
require 'json'
|
× |
2 |
|
|
3 |
# JSON Log Formatter
|
|
UNCOV
4
|
module DispatchRider |
× |
UNCOV
5
|
module Logging |
× |
UNCOV
6
|
class JsonFormatter |
× |
UNCOV
7
|
def format(data) |
× |
UNCOV
8
|
data.to_json |
× |
UNCOV
9
|
end
|
× |
UNCOV
10
|
end
|
× |
UNCOV
11
|
end
|
× |
UNCOV
12
|
end
|
× |