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.
( ("PRODECURE_NAME" "file_name" <times executed> <total lines> ) -- procedure info ((<line no> <no executed> "<line excerpt>" ) .... ) -- line statistics (("CALLER PROCEDURE" <counts> ) .... ) -- caller statistics )
None.