Function Test Coverage Metric– It can be used to measure test coverage prior to software delivery. It provides a measure of the percentage of the software tested at any point during testing.
It is calculated as follows:
Function Test Coverage = FE/FT Where,
FE is the number of test requirements that are covered by test cases that were executed against the software
FT is the total number of test requirements.
More on Metrics –
References –http://searchwarp.com/swa334239.htm