CodeCoverage
public struct CodeCoverage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The percentage of branches that are covered by your tests.
Declaration
Swift
public let branchCoveragePercentage: Double? -
The number of conditional branches that are covered by your tests.
Declaration
Swift
public let branchesCovered: Int? -
The number of conditional branches that are not covered by your tests.
Declaration
Swift
public let branchesMissed: Int? -
The date and time that the tests were run.
Declaration
Swift
public let expired: TimeStamp? -
The path of the test report file.
Declaration
Swift
public let filePath: String? -
The identifier of the code coverage report.
Declaration
Swift
public let id: String? -
The percentage of lines that are covered by your tests.
Declaration
Swift
public let lineCoveragePercentage: Double? -
The number of lines that are covered by your tests.
Declaration
Swift
public let linesCovered: Int? -
The number of lines that are not covered by your tests.
Declaration
Swift
public let linesMissed: Int? -
The ARN of the report.
Declaration
Swift
public let reportARN: String? -
init(branchCoveragePercentage:branchesCovered:branchesMissed:expired:filePath:id:lineCoveragePercentage:linesCovered:linesMissed:reportARN:)Undocumented
Declaration
Swift
public init(branchCoveragePercentage: Double? = nil, branchesCovered: Int? = nil, branchesMissed: Int? = nil, expired: TimeStamp? = nil, filePath: String? = nil, id: String? = nil, lineCoveragePercentage: Double? = nil, linesCovered: Int? = nil, linesMissed: Int? = nil, reportARN: String? = nil)
View on GitHub
CodeCoverage Structure Reference