public static interface BatchReport.CoverageOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getConditions()
optional int32 conditions = 2; |
int |
getItCoveredConditions()
optional int32 it_covered_conditions = 6; |
boolean |
getItHits()
optional bool it_hits = 4; |
int |
getLine()
optional int32 line = 1; |
int |
getOverallCoveredConditions()
optional int32 overall_covered_conditions = 7; |
int |
getUtCoveredConditions()
optional int32 ut_covered_conditions = 5; |
boolean |
getUtHits()
optional bool ut_hits = 3; |
boolean |
hasConditions()
optional int32 conditions = 2; |
boolean |
hasItCoveredConditions()
optional int32 it_covered_conditions = 6; |
boolean |
hasItHits()
optional bool it_hits = 4; |
boolean |
hasLine()
optional int32 line = 1; |
boolean |
hasOverallCoveredConditions()
optional int32 overall_covered_conditions = 7; |
boolean |
hasUtCoveredConditions()
optional int32 ut_covered_conditions = 5; |
boolean |
hasUtHits()
optional bool ut_hits = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLine()
optional int32 line = 1;int getLine()
optional int32 line = 1;boolean hasConditions()
optional int32 conditions = 2;
Number of conditions to cover (if set, the value must be greater than 0)
int getConditions()
optional int32 conditions = 2;
Number of conditions to cover (if set, the value must be greater than 0)
boolean hasUtHits()
optional bool ut_hits = 3;
Is the line has been touched by a unit test ? Returning false means that no test has touched this executable line.
boolean getUtHits()
optional bool ut_hits = 3;
Is the line has been touched by a unit test ? Returning false means that no test has touched this executable line.
boolean hasItHits()
optional bool it_hits = 4;
Is the line has been touched by a integration test ? Returning false means that no test has touched this executable line.
boolean getItHits()
optional bool it_hits = 4;
Is the line has been touched by a integration test ? Returning false means that no test has touched this executable line.
boolean hasUtCoveredConditions()
optional int32 ut_covered_conditions = 5;
Number of conditions covered by unit tests
int getUtCoveredConditions()
optional int32 ut_covered_conditions = 5;
Number of conditions covered by unit tests
boolean hasItCoveredConditions()
optional int32 it_covered_conditions = 6;
Number of conditions covered by integration tests
int getItCoveredConditions()
optional int32 it_covered_conditions = 6;
Number of conditions covered by integration tests
boolean hasOverallCoveredConditions()
optional int32 overall_covered_conditions = 7;
Number of conditions covered by overall tests
int getOverallCoveredConditions()
optional int32 overall_covered_conditions = 7;
Number of conditions covered by overall tests
Copyright © 2009–2015 SonarSource. All rights reserved.