(value)
| 2463 | } |
| 2464 | |
| 2465 | function itemCount(value) { |
| 2466 | return Array.isArray(value) ? value.length : 0; |
| 2467 | } |
| 2468 | |
| 2469 | function submitResultMessage(data, generateReports) { |
| 2470 | const feedback = data.feedback || data || {}; |
no outgoing calls
no test coverage detected