github
0 of 965 new or added lines in 56 files covered. (0.0%)
32 existing lines in 7 files now uncovered.33166 of 104595 relevant lines covered (31.71%)
48337.43 hits per line
1 |
#include "rendergraph/node.h" |
|
2 |
|
|
3 |
using namespace rendergraph; |
|
4 |
|
|
NEW
|
Node::Node() |
× |
NEW
|
: BaseNode(this) {
|
× |
NEW
|
} |
× |