Package: TempTypeExtensionWithoutCondition
TempTypeExtensionWithoutCondition
| name | instruction | branch | complexity | line | method | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TempTypeExtensionWithoutCondition() |
|
|
|
|
|
||||||||||||||||||||
| hasCondition() |
|
|
|
|
|
||||||||||||||||||||
Coverage
1: package parser.tempparserobjects;
2:
3: public class TempTypeExtensionWithoutCondition extends TempTypeExtension {
4:
5:         @Override
6:         public boolean hasCondition() {
7:                 return false;
8:         }
9:
10: }