Code Analyzer resultsNo Code Analyzer messages.
Coverage resultsShow coverage for parent directory
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 3 |
Code lines (lines that can run) | 4 |
Code lines that did run | 1 |
Code lines that did not run | 3 |
Coverage (did run/can run) | 25.00 % |
Function listingtime | calls | line |
---|
| | 1 | function [Nodeu] = bc_maxrule(Nodeu, maxbcid_u, maxbcid)
|
| | 2 | %function [Nodeu] = bc_maxrule(Nodeu, maxbcid_u, maxbcid)
|
| | 3 |
|
| 4 | 4 | if maxbcid_u < maxbcid
|
| | 5 | ids = Nodeu > maxbcid_u;
|
| | 6 | Nodeu(ids) = Nodeu(ids) + maxbcid - maxbcid_u;
|
| | 7 | end
|