Skip to content

LinesOfCodeProvider

rockbruno edited this page May 9, 2020 · 1 revision

LinesOfCodeProvider

Number of executable lines of code. Requirements: Test logs generated by test targets that have code coverage reports enabled in the scheme.

public struct LinesOfCodeProvider: InfoProvider

Inheritance

InfoProvider

Nested Type Aliases

Arguments

public typealias Arguments = Args

Initializers

init(count:)

public init(count: Int)

Properties

identifier

let identifier: String

description

let description: String

count

let count: Int

Methods

extract(fromApi:args:)

public static func extract(fromApi api: SwiftInfo, args: Args?) throws -> LinesOfCodeProvider

summary(comparingWith:args:)

public func summary(comparingWith other: LinesOfCodeProvider?, args _: Args?) -> Summary
Clone this wiki locally