Name

pldbg_stats_load — Used to load a coverage of a single procedure record as an array.

Synopsis

pldbg_stats_load ( in info any );

Description

This function is used to load coverage information for a single procedure record. The expected format is an array. The data expected is exactly that which can be produced by pldbg_stats() . Only one record will can be accepted, an array of several procedure records will not be acceptable.

Parameters

info

An array with the following format:

(
  ("PRODECURE_NAME" "file_name" <times executed> <total lines> ) -- procedure info
  ((<line no> <no executed> "<line excerpt>" ) .... )            -- line statistics
  (("CALLER PROCEDURE" <counts> ) .... )                   -- caller statistics
)

Return Types

None.