This is a static copy of a profile reportHome
readSpreadsheet>validateLogicalScalar (Calls: 8, Time: 0.000 s)
Generated 04-Jun-2021 04:11:23 using performance time.
subfunction in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\io\spreadsheet\+matlab\+io\+spreadsheet\+internal\readSpreadsheet.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
160 | if ~isnumeric(rhs) && ... | 8 | 0.000 s | 44.0% |  |
163 | end | 8 | 0.000 s | 1.2% |  |
162 | end | 8 | 0.000 s | 0.2% |  |
All other lines | | | 0.000 s | 54.6% |  |
Totals | | | 0.000 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 5 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 4 |
Code lines that did run | 3 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 75.00 % |
Function listing
time | Calls | line |
---|
| | 159 | function validateLogicalScalar(rhs,propname)
|
< 0.001 | 8 | 160 | if ~isnumeric(rhs) && ~isscalar(rhs)
|
| | 161 | error(message('MATLAB:table:InvalidLogicalVal',propname));
|
< 0.001 | 8 | 162 | end
|
< 0.001 | 8 | 163 | end
|
Other subfunctions in this file are not included in this listing.