class SimpleCov::Formatter::JSONFormatter::ResultHashFormatter

def line_coverage_enabled?

emit line stats.
tracks exactly which configurations cause the formatter to
Mirrors SourceFileFormatter's predicate so meta.line_coverage
def line_coverage_enabled?
  SimpleCov.coverage_criterion_enabled?(:line) || SimpleCov.coverage_criterion_enabled?(:oneshot_line)
end