Return the number of reads at this position. */
| 79 | |
| 80 | /** Return the number of reads at this position. */ |
| 81 | unsigned sum() const { return accumulate(count, count+4, 0); } |
| 82 | |
| 83 | friend ostream& operator <<(ostream& out, const BaseCount& base) |
| 84 | { |
no outgoing calls
no test coverage detected