Macaulay2 » Documentation
Packages » TestAudit :: testScore
next | previous | forward | backward | up | index | toc

testScore -- compute the heuristic test score for a package

Description

This function returns only the numerical score that appears in the ScoreReport section of testAudit. The score is out of 100.

i1 : testScore "TestAudit"

o1 = 84

o1 : RR (of precision 53)

See also

Ways to use testScore:

  • testScore(Package)
  • testScore(String)

For the programmer

The object testScore is a method function.


The source of this document is in TestAudit.m2:612:0.