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 % |