github
0 of 18 new or added lines in 4 files covered. (0.0%)
3922 existing lines in 105 files now uncovered.0 of 4086 relevant lines covered (0.0%)
0.0 hits per line
1 |
# frozen_string_literal: true
|
|
2 |
|
|
UNCOV
3
|
module Import |
× |
UNCOV
4
|
module Recording |
× |
UNCOV
5
|
module File |
× |
6 |
|
|
UNCOV
7
|
mattr_writer :klass
|
× |
8 |
|
|
UNCOV
9
|
def self.klass |
× |
UNCOV
10
|
@@klass ||= const_get(ENV['RECORDING_FILE'].presence || 'Iso8601') |
× |
UNCOV
11
|
end
|
× |
12 |
|
|
UNCOV
13
|
def self.new(path) |
× |
UNCOV
14
|
klass.new(path) |
× |
UNCOV
15
|
end
|
× |
16 |
|
|
UNCOV
17
|
end
|
× |
UNCOV
18
|
end
|
× |
UNCOV
19
|
end
|
× |