icu4c\source\tools\icu-file-utf8-check.py
- 19 Complexity
- 4.75 Complexity / M
- 0 Duplication
- 1 Churn
- 106 Lines
- 60 Lines of Code
- 4 Methods
- 15 LOC / Method
All issues
Found in
output_file = os.popen(cmd);
continue;
Found in
output = runCommand("git ls-files ");
Found in
exit_status = output_file.close();
Found in
output_text = output_file.read();
Found in
output_file = os.popen(cmd);