(txt)
| 87 | }; |
| 88 | |
| 89 | var fail_text = function (txt) { |
| 90 | return bold(error(txt + " (fail) " + fail_indicator + " ")); |
| 91 | }; |
| 92 | |
| 93 | var status_text = function (txt, status) { |
| 94 | if (status === 'pass') { |
no test coverage detected
searching dependent graphs…