| 237 | |
| 238 | const char* filePath() const override { return FileName::value(); } |
| 239 | unsigned line() const override { return Line; } |
| 240 | const char* comment() const override { return Comment::value(); } |
| 241 | const char* condition() const override { return Condition::value(); } |
| 242 | const char* compilationUnit() const override { return CompUnit::value(); } |
no outgoing calls
no test coverage detected