#12896: make coverageall print the number of untested functions
---------------------------------+------------------------------------------
       Reporter:  AlexGhitza     |         Owner:  mvngu         
           Type:  enhancement    |        Status:  needs_work    
       Priority:  minor          |     Milestone:  sage-5.1      
      Component:  documentation  |    Resolution:                
       Keywords:  coverageall    |   Work issues:                
Report Upstream:  N/A            |     Reviewers:  André Apitzsch
        Authors:  Alex Ghitza    |     Merged in:                
   Dependencies:                 |      Stopgaps:                
---------------------------------+------------------------------------------
Changes (by aapitzsch):

  * status:  needs_review => needs_work
  * reviewer:  => André Apitzsch


Comment:

 With the exact number of untested functions we don't have to estimate
 {{{scr}}} by
 {{{
 scr = 0
 }}}
 {{{
 i = y.rfind(':')
 j = y.rfind('%')
 scr += int(y[i+1:j]) * float(n)
 }}}
 and should use
 {{{
 scr = (total - untested) * 100
 }}}
 instead.

 Also take note of #5859.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12896#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to