| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.cip.runtime.configuration] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| CompletionRunConfiguration.java | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class CompletionRunConfiguration | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| CompletionRunConfiguration (Map): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| 1 | package de.uka.ipd.sdq.cip.runtime.configuration; |
| 2 | |
| 3 | import java.util.Map; |
| 4 | |
| 5 | import de.uka.ipd.sdq.cip.configuration.CompletionConfiguration; |
| 6 | |
| 7 | public class CompletionRunConfiguration extends CompletionConfiguration { |
| 8 | |
| 9 | public CompletionRunConfiguration(Map<String, Object> configuration) { |
| 10 | super(configuration); |
| 11 | } |
| 12 | } |
| [all classes][de.uka.ipd.sdq.cip.runtime.configuration] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |