| 67 | if (parameters.test_device) { |
| 68 | if (!get_device(devices_found->element, VENDOR_TESTDEVICE, PRODUCT_TESTDEVICE)) { |
| 69 | curr_node->next = malloc(sizeof(struct DeviceListNode)); |
| 70 | curr_node->next->element = malloc(sizeof(struct device)); |
| 71 | curr_node = devices_found->next; |
| 72 | found++; |
nothing calls this directly
no outgoing calls
no test coverage detected