MCPcopy Create free account
hub / github.com/OpenGene/fastp / test

Method test

src/evaluator.cpp:628–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628bool Evaluator::test() {
629 Evaluator eval(NULL);
630 string s = "ATCGATCGAT";
631 cerr << eval.int2seq(eval.seq2int(s, 0, 10, -1), 10) << endl;
632 return eval.int2seq(eval.seq2int(s, 0, 10, -1), 10) == s;
633}

Callers

nothing calls this directly

Calls 2

int2seqMethod · 0.80
seq2intMethod · 0.80

Tested by

no test coverage detected