validatestring>checkInputs (6 calls, 0.000 sec)
Generated 14-Nov-2016 07:47:24 using cpu time.
subfunction in file /usr/local/MATLAB/MATLAB_Production_Server/R2015a/toolbox/matlab/lang/validatestring.m
Copy to new window for comparing multiple runs
Function Name | Function Type | Calls |
validatestring | function | 6 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
163 | end | 6 | 0 s | 0% | ![]() |
161 | optional_inputs = inputs(3:end... | 6 | 0 s | 0% | ![]() |
157 | if ~iscellstr( validStrings ) | 6 | 0 s | 0% | ![]() |
155 | validStrings = inputs{2}; | 6 | 0 s | 0% | ![]() |
154 | in = inputs{1}; | 6 | 0 s | 0% | ![]() |
All other lines | 0 s | 0% | ![]() | ||
Totals | 0 s | 0% |
Total lines in function | 13 |
Non-code lines (comments, blank lines) | 6 |
Code lines (lines that can run) | 7 |
Code lines that did run | 5 |
Code lines that did not run | 2 |
Coverage (did run/can run) | 71.43 % |