diff options
Diffstat (limited to 'docs/jacoco-ut/bjc.everge/ReplError.java.html')
| -rw-r--r-- | docs/jacoco-ut/bjc.everge/ReplError.java.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/jacoco-ut/bjc.everge/ReplError.java.html b/docs/jacoco-ut/bjc.everge/ReplError.java.html index e2d44dc..1e0ba81 100644 --- a/docs/jacoco-ut/bjc.everge/ReplError.java.html +++ b/docs/jacoco-ut/bjc.everge/ReplError.java.html @@ -76,9 +76,9 @@ public class ReplError { public String toPrintString(String hdr) { String errString; -<span class="pc bpc" id="L79" title="1 of 2 branches missed."> if (txt == null) errString = "No associated line";</span> -<span class="nc bnc" id="L80" title="All 2 branches missed."> else if (txt.equals("")) errString = "Text of line was empty";</span> -<span class="nc" id="L81"> else errString = "Text of line was: " + txt;</span> +<span class="fc bfc" id="L79" title="All 2 branches covered."> if (txt == null) errString = "No associated line";</span> +<span class="pc bpc" id="L80" title="1 of 2 branches missed."> else if (txt.equals("")) errString = "Text of line was empty";</span> +<span class="fc" id="L81"> else errString = "Text of line was: " + txt;</span> <span class="fc" id="L83"> return String.format("[ERROR] line %d, pair %d: %s\n%s\tContext: %s",</span> <span class="fc" id="L84"> line, numPairs, msg, hdr, errString);</span> |
