EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.probespec.framework.probes.example] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
SimpleCPUResource.java | 0% (0/1) | 0% (0/1) | 0% (0/3) | 0% (0/1) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class SimpleCPUResource | 0% (0/1) | 0% (0/1) | 0% (0/3) | 0% (0/1) |
SimpleCPUResource (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) |
1 | package de.uka.ipd.sdq.probespec.framework.probes.example; |
2 | |
3 | /** |
4 | * Represents a CPU active resource for demonstration purposes. |
5 | * |
6 | * @author pmerkle |
7 | * |
8 | */ |
9 | public class SimpleCPUResource extends ASimpleActiveResource { |
10 | |
11 | // Nothing to do |
12 | |
13 | } |
[all classes][de.uka.ipd.sdq.probespec.framework.probes.example] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |