{"problem": {"id": 1745, "resource_id": "prog.2021.topsecret", "title": "Problem Set 1: Top Secret"}, "student": {"id": 5609, "resource_id": "1DIYiK", "name": "Richard Dzurik", "email": "richard.dzurik@student.tuke.sk"}, "score": 77.0, "percentage": 77.0, "testcases": [{"id": 10163804, "title": "Structure Check", "description": null, "duration": 0.045362234115600586, "score": null, "hint": null, "strict": true, "passed": true, "type": "ws", "render": "normal", "submission": 363872, "parent": null}, {"id": 10163805, "title": "Globals", "description": "Searching for global variables\n", "duration": 0.12617754936218262, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": null}, {"id": 10163806, "title": "Static Code Analysis", "description": "Checks style of your code with cppcheck with following command:\n`cppcheck --enable=warning,performance,unusedFunction --error-exitcode=1 bmp.c playfair.c main.c`\n", "duration": 0.13774371147155762, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": null}, {"id": 10163807, "title": "Compilation", "description": "Compiles your code with the following command:\n`gcc -std=c11 -Wall -Werror source_files.c -lm`\n", "duration": 0.44510555267333984, "score": null, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": null}, {"id": 10163808, "title": "Makefile Checks", "description": null, "duration": 0.29475855827331543, "score": 0.0, "hint": null, "strict": true, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": null}, {"id": 10163809, "title": "make all", "description": "Test target \"all\"", "duration": 0.18523430824279785, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163808}, {"id": 10163810, "title": "make clean", "description": "Test target \"clean\"", "duration": 0.10952425003051758, "score": null, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163808}, {"id": 10163811, "title": "Module BMP", "description": null, "duration": 42.072904109954834, "score": 69.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363872, "parent": null}, {"id": 10163812, "title": "Dry Run for `reverse()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 1.693190574645996, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163813, "title": "Dry Run for `reverse()` - unit test", "description": null, "duration": 0.1554558277130127, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163812}, {"id": 10163814, "title": "Dry Run for `reverse()` - memory test", "description": null, "duration": 1.5377347469329834, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163812}, {"id": 10163815, "title": "Random word test for `reverse()`", "description": "This is a functionality test. It checks the function with a random word.\n", "duration": 1.7339940071105957, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163816, "title": "Random word test for `reverse()` - unit test", "description": null, "duration": 0.16464829444885254, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163815}, {"id": 10163817, "title": "Random word test for `reverse()` - memory test", "description": null, "duration": 1.5693457126617432, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163815}, {"id": 10163818, "title": "Random sentence test for `reverse()`", "description": "This is a functionality test. It checks the function with a random sentence.\n", "duration": 1.7159204483032227, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163819, "title": "Random sentence test for `reverse()` - unit test", "description": null, "duration": 0.13173818588256836, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163818}, {"id": 10163820, "title": "Random sentence test for `reverse()` - memory test", "description": null, "duration": 1.5841822624206543, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163818}, {"id": 10163821, "title": "All ascii letters test for `reverse()`", "description": "This is a functionality test. It checks the function with all ascii letters.\n", "duration": 1.6720540523529053, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163822, "title": "All ascii letters test for `reverse()` - unit test", "description": null, "duration": 0.11573123931884766, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163821}, {"id": 10163823, "title": "All ascii letters test for `reverse()` - memory test", "description": null, "duration": 1.5563228130340576, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163821}, {"id": 10163824, "title": "Dry Run for `vigenere_encrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 1.67622971534729, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163825, "title": "Dry Run for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.1269056797027588, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163824}, {"id": 10163826, "title": "Dry Run for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.5493240356445312, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163824}, {"id": 10163827, "title": "Key param test for `vigenere_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.7449746131896973, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163828, "title": "Key param test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.12623143196105957, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163827}, {"id": 10163829, "title": "Key param test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.6187431812286377, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163827}, {"id": 10163830, "title": "Random long text test for `vigenere_encrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 1.6559524536132812, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163831, "title": "Random long text test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.1250932216644287, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163830}, {"id": 10163832, "title": "Random long text test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.5308592319488525, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163830}, {"id": 10163833, "title": "Random short word test for `vigenere_encrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.6568944454193115, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163834, "title": "Random short word test for `vigenere_encrypt()` - unit test", "description": null, "duration": 0.11698675155639648, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163833}, {"id": 10163835, "title": "Random short word test for `vigenere_encrypt()` - memory test", "description": null, "duration": 1.539907693862915, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163833}, {"id": 10163836, "title": "Dry Run for `vigenere_decrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 1.8626158237457275, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163837, "title": "Dry Run for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.18970680236816406, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163836}, {"id": 10163838, "title": "Dry Run for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.6729090213775635, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163836}, {"id": 10163839, "title": "Key param test for `vigenere_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.6929056644439697, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163840, "title": "Key param test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.14124846458435059, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163839}, {"id": 10163841, "title": "Key param test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.5516571998596191, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163839}, {"id": 10163842, "title": "Random long text test for `vigenere_decrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 1.6949448585510254, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163843, "title": "Random long text test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.14545702934265137, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163842}, {"id": 10163844, "title": "Random long text test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.549487829208374, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163842}, {"id": 10163845, "title": "Random short word test for `vigenere_decrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.735189437866211, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163846, "title": "Random short word test for `vigenere_decrypt()` - unit test", "description": null, "duration": 0.1449565887451172, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163845}, {"id": 10163847, "title": "Random short word test for `vigenere_decrypt()` - memory test", "description": null, "duration": 1.5902328491210938, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163845}, {"id": 10163848, "title": "Dry Run for `bit_encrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 1.689729928970337, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163849, "title": "Dry Run for `bit_encrypt()` - unit test", "description": null, "duration": 0.1251816749572754, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163848}, {"id": 10163850, "title": "Dry Run for `bit_encrypt()` - memory test", "description": null, "duration": 1.5645482540130615, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163848}, {"id": 10163851, "title": "Random long text test for `bit_encrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 0.18612456321716309, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163852, "title": "Random long text test for `bit_encrypt()` - unit test", "description": null, "duration": 0.18612456321716309, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163851}, {"id": 10163853, "title": "Random short word test for `bit_encrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.6942522525787354, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163854, "title": "Random short word test for `bit_encrypt()` - unit test", "description": null, "duration": 0.12700939178466797, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163853}, {"id": 10163855, "title": "Random short word test for `bit_encrypt()` - memory test", "description": null, "duration": 1.5672428607940674, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163853}, {"id": 10163856, "title": "Dry Run for `bit_decrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 1.683546543121338, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163857, "title": "Dry Run for `bit_decrypt()` - unit test", "description": null, "duration": 0.11952948570251465, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163856}, {"id": 10163858, "title": "Dry Run for `bit_decrypt()` - memory test", "description": null, "duration": 1.5640170574188232, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163856}, {"id": 10163859, "title": "Random long text test for `bit_decrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 1.709942102432251, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163860, "title": "Random long text test for `bit_decrypt()` - unit test", "description": null, "duration": 0.10186910629272461, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163859}, {"id": 10163861, "title": "Random long text test for `bit_decrypt()` - memory test", "description": null, "duration": 1.6080729961395264, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163859}, {"id": 10163862, "title": "Random short word test for `bit_decrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.7718226909637451, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163863, "title": "Random short word test for `bit_decrypt()` - unit test", "description": null, "duration": 0.13374543190002441, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163862}, {"id": 10163864, "title": "Random short word test for `bit_decrypt()` - memory test", "description": null, "duration": 1.6380772590637207, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163862}, {"id": 10163865, "title": "Dry Run for `bmp_encrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 1.909513235092163, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163866, "title": "Dry Run for `bmp_encrypt()` - unit test", "description": null, "duration": 0.2081918716430664, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163865}, {"id": 10163867, "title": "Dry Run for `bmp_encrypt()` - memory test", "description": null, "duration": 1.7013213634490967, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163865}, {"id": 10163868, "title": "Key param test for `bmp_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.7290217876434326, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163869, "title": "Key param test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.14013123512268066, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163868}, {"id": 10163870, "title": "Key param test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.588890552520752, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163868}, {"id": 10163871, "title": "Random long text test for `bmp_encrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 0.12353801727294922, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163872, "title": "Random long text test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.12353801727294922, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163871}, {"id": 10163873, "title": "Random short word test for `bmp_encrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.7030317783355713, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163874, "title": "Random short word test for `bmp_encrypt()` - unit test", "description": null, "duration": 0.15888333320617676, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163873}, {"id": 10163875, "title": "Random short word test for `bmp_encrypt()` - memory test", "description": null, "duration": 1.5441484451293945, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163873}, {"id": 10163876, "title": "Dry Run for `bmp_decrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 0.2707967758178711, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163877, "title": "Dry Run for `bmp_decrypt()` - unit test", "description": null, "duration": 0.2707967758178711, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163876}, {"id": 10163878, "title": "Key param test for `bmp_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.7830159664154053, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163879, "title": "Key param test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.17506718635559082, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163878}, {"id": 10163880, "title": "Key param test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.6079487800598145, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163878}, {"id": 10163881, "title": "Random long text test for `bmp_decrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 1.9646315574645996, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163882, "title": "Random long text test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.19956541061401367, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163881}, {"id": 10163883, "title": "Random long text test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.765066146850586, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163881}, {"id": 10163884, "title": "Random short word test for `bmp_decrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 1.9223332405090332, "score": 4.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163811}, {"id": 10163885, "title": "Random short word test for `bmp_decrypt()` - unit test", "description": null, "duration": 0.14231324195861816, "score": 3.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163884}, {"id": 10163886, "title": "Random short word test for `bmp_decrypt()` - memory test", "description": null, "duration": 1.780019998550415, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163884}, {"id": 10163887, "title": "Module Playfair", "description": null, "duration": 6.608882188796997, "score": 8.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363872, "parent": null}, {"id": 10163888, "title": "Dry Run for `playfair_encrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 1.7689788341522217, "score": 2.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163887}, {"id": 10163889, "title": "Dry Run for `playfair_encrypt()` - unit test", "description": null, "duration": 0.10797572135925293, "score": 1.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163888}, {"id": 10163890, "title": "Dry Run for `playfair_encrypt()` - memory test", "description": null, "duration": 1.6610031127929688, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163888}, {"id": 10163891, "title": "Key param test for `playfair_encrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.8678786754608154, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163887}, {"id": 10163892, "title": "Key param test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.1720879077911377, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163891}, {"id": 10163893, "title": "Key param test for `playfair_encrypt()` - memory test", "description": null, "duration": 1.6957907676696777, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163891}, {"id": 10163894, "title": "Random long text test for `playfair_encrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 0.1227109432220459, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163887}, {"id": 10163895, "title": "Random long text test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.1227109432220459, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163894}, {"id": 10163896, "title": "Random short word test for `playfair_encrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 0.1562364101409912, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163887}, {"id": 10163897, "title": "Random short word test for `playfair_encrypt()` - unit test", "description": null, "duration": 0.1562364101409912, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163896}, {"id": 10163898, "title": "Dry Run for `playfair_decrypt()`", "description": "This is a standard dry run test. It checks the function with dry params (usually with `NULL` or empty strings).\n", "duration": 0.13834428787231445, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163887}, {"id": 10163899, "title": "Dry Run for `playfair_decrypt()` - unit test", "description": null, "duration": 0.13834428787231445, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163898}, {"id": 10163900, "title": "Key param test for `playfair_decrypt()`", "description": "This test checks function with the `key` param consisted of non alpha chars.\n", "duration": 1.7293429374694824, "score": 3.0, "hint": null, "strict": false, "passed": true, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163887}, {"id": 10163901, "title": "Key param test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.17101359367370605, "score": 2.0, "hint": null, "strict": true, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163900}, {"id": 10163902, "title": "Key param test for `playfair_decrypt()` - memory test", "description": null, "duration": 1.5583293437957764, "score": 1.0, "hint": null, "strict": false, "passed": true, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163900}, {"id": 10163903, "title": "Random long text test for `playfair_decrypt()`", "description": "This is functionality test. It checks the function with a random long text as a param.\n", "duration": 0.14797711372375488, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163887}, {"id": 10163904, "title": "Random long text test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.14797711372375488, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163903}, {"id": 10163905, "title": "Random short word test for `playfair_decrypt()`", "description": "This is functionality test. It checks the function with a random short word as a param.\n", "duration": 0.18625164031982422, "score": 0.0, "hint": null, "strict": false, "passed": false, "type": "suite", "render": "normal", "submission": 363872, "parent": 10163887}, {"id": 10163906, "title": "Random short word test for `playfair_decrypt()` - unit test", "description": null, "duration": 0.18625164031982422, "score": 0.0, "hint": null, "strict": true, "passed": false, "type": "exec", "render": "normal", "submission": 363872, "parent": 10163905}], "id": 363872, "resource_id": "fe7ecb9a-04f0-4f13-9b7a-6076ce890363", "date_submitted": "2021-03-09T19:57:16Z", "date_evaluated": "2021-03-09T20:09:29.365Z", "max_score": 100.0}