github
0 of 965 new or added lines in 56 files covered. (0.0%)
33 existing lines in 8 files now uncovered.33165 of 104595 relevant lines covered (31.71%)
48443.19 hits per line
1 |
#include "rendergraph/opacitynode.h" |
|
2 |
|
|
3 |
using namespace rendergraph; |
|
4 |
|
|
NEW
|
OpacityNode::OpacityNode() |
× |
NEW
|
: BaseNode(this) {
|
× |
NEW
|
} |
× |