No Code Analyzer messages.
Coverage resultsShow coverage for parent directory
Total lines in function | 9 |
Non-code lines (comments, blank lines) | 7 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listingtime | Calls | line |
---|
| | 53 | function delete(h)
|
| | 54 | % DELETE - Delete a ONCLEANUP object.
|
| | 55 | % DELETE does not need to be called directly, as it is called when the
|
| | 56 | % ONCLEANUP object is cleared. DELETE is implicitly called for all ONCLEANUP
|
| | 57 | % objects that are local variables in a function that terminates.
|
| | 58 | %
|
| | 59 | % See also: CLEAR, ONCLEANUP, ONCLEANUP/ONCLEANUP
|
0.106 | 31 | 60 | h.task();
|
< 0.001 | 31 | 61 | end
|
Other subfunctions in this file are not included in this listing.