in report/lib/api_endpoint.rb [59:68]
def display_tested_stack
if @test_stack && @test_stack[:file]
"[✅](#{@test_stack[:file]}\#L#{@test_stack[:line]})</li></ul>"
elsif available_stack?
'❌'
else
'Not Applicable'
end
end