|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 911 (0x38f)
Types: TextFile
Names: »V«
└─⟦db1c56801⟧ Bits:30000748 8mm tape, Rational 1000, TESTMATE 2_2_0
└─⟦866d14df1⟧ »DATA«
└─⟦97c804b2f⟧
└─⟦this⟧
with System;
with Coverage_Element_With_Test_Case_Set;
package Subprogram_Coverage_Summary is
type Object is private;
function Constructor (The_Segment : System.Segment) return Object;
procedure Destructor (Of_The_Obj : in out Object);
function Equal (L, R : Object) return Boolean;
function Total_Segments (For_Obj : Object) return Natural;
function Hit_Segments (For_Obj : Object) return Natural;
function Total_Decisions (For_Obj : Object) return Natural;
function Hit_Decisions (For_Obj : Object) return Natural;
function Is_Empty (L : Object) return Boolean;
type Iterator is private;
procedure Init (Iter : out Iterator; L : Object);
procedure Next (Iter : in out Iterator);
function Value (Iter : Iterator)
return Coverage_Element_With_Test_Case_Set.Object;
function Done (Iter : Iterator) return Boolean;
end Subprogram_Coverage_Summary;