Gets the line in the source file where the test part took place, or -1 if it's unknown.
| 11735 | // Gets the line in the source file where the test part took place, |
| 11736 | // or -1 if it's unknown. |
| 11737 | int line_number() const { return line_number_; } |
| 11738 | |
| 11739 | // Gets the summary of the failure message. |
| 11740 | const char* summary() const { return summary_.c_str(); } |
nothing calls this directly
no outgoing calls
no test coverage detected