Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

For a particular file:

sage --coverage <filename>

For all Sage library:

sage --coverageall
click to hide/show revision 2
No.2 Revision

For a particular file:

sage --coverage <filename>

For all Sage library:

sage --coverageall

For Sage 6.2, the overall weighted coverage score is 93.7%.

click to hide/show revision 3
No.3 Revision

For a particular file:

sage --coverage <filename>

For all Sage library:

sage --coverageall

For Sage 6.2, the overall weighted coverage score is 93.7%.

The doc is available here.