Library coverage analysis for x-bin-profile instrumented code.
cov-covered?Test whether an object was marked as evaluated by x-bin-profile.
Returns: BOOL — True if object was evaluated (FLAG_2 set)
cov-count-treeCount covered and total AST nodes in a tree.
Returns: LIST — (covered total) pair
cov-check-fnCheck coverage for a single function.
Returns: LIST — (name covered total) or nil
cov-check-classCheck coverage of every method a class defines itself.
Returns: LIST — List of (name covered total) rows (empty in TSV mode)
cov-walkWalk an environment alist checking coverage on each procedure and class.
cov-skip-to-librarySkip past test definitions to the library boundary marker.
Returns: LIST — Alist from library boundary marker onward