Static Code Analysis

Performance Analysis - Test / Round 1

Coding Qs 1
Compile Used
83 Percentile
Problem Solving
100 Percentile
Complexity
99 Percentile
Reliability
100 Percentile
Code Complexity
Structured and well written code
High Testability
Cost and Effort is less
Problem Score
This score measures the ability to write through and correct code for a problem, use of best practices in coding and efficiency of the code. 100 / 100
Code Execution Summary
Code Compilation Pass
Execution Time 2.095 Seconds
Memory Usage 1392 KB
Test Case Execution Results (Cases Passed / Total Cases)
Default
They demonstrate the primary logic of the problem. They encompass situations which would be seen on an average and do not reveal situations which need extra checks/handles to be placed on the logic.
1 / 1
Basic
They contain pathological input conditions which would attempt to break codes which have incorrect / semi-correct implementations of the correct logic or incorrect / semi-correct formulation of the logic.
2 / 2
Complex
They specifically confirm whether the code runs successfully on the extreme ends of the domain of inputs.
3 / 3
Total 6 / 6
Execution Statistics
Number of compiles attempts made 1
Number of compilation attempts witnessing a successful compile 1
Number of compile attempts witnessing a time-out 0
Avg. Number of default cases passed in each compile 100 %