I am writing unit tests for the calculate_shipping_cost function. Can you analyze its AST to identify all conditional branches (if/else, switch/match) and list the different logic paths so I can ensure I have full branch coverage in my tests?
Test Discovery Prompt
I am writing unit tests for the calculate_shipping_cost function. Can you analyze its AST to identify all conditional branches (if/else, switch/match) and list the different logic paths so I can ensure I have full branch coverage in my tests?