MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / countAS

Function countAS

src/tests/class_tests/openms/source/DBSuitability_test.cpp:35–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include <boost/regex.hpp>
34
35int countAS(const vector<FASTAFile::FASTAEntry>& fasta)
36{
37 int counter = 0;
38
39 for (const auto& entry : fasta)
40 {
41 counter += entry.sequence.size();
42 }
43
44 return counter;
45}
46
47START_TEST(Suitability, "$Id$")
48

Callers 1

START_SECTIONFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected