summaryrefslogtreecommitdiff
path: root/docs/jacoco-ut/bjc.everge/ReplError.java.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/jacoco-ut/bjc.everge/ReplError.java.html')
-rw-r--r--docs/jacoco-ut/bjc.everge/ReplError.java.html6
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 = &quot;No associated line&quot;;</span>
-<span class="nc bnc" id="L80" title="All 2 branches missed."> else if (txt.equals(&quot;&quot;)) errString = &quot;Text of line was empty&quot;;</span>
-<span class="nc" id="L81"> else errString = &quot;Text of line was: &quot; + txt;</span>
+<span class="fc bfc" id="L79" title="All 2 branches covered."> if (txt == null) errString = &quot;No associated line&quot;;</span>
+<span class="pc bpc" id="L80" title="1 of 2 branches missed."> else if (txt.equals(&quot;&quot;)) errString = &quot;Text of line was empty&quot;;</span>
+<span class="fc" id="L81"> else errString = &quot;Text of line was: &quot; + txt;</span>
<span class="fc" id="L83"> return String.format(&quot;[ERROR] line %d, pair %d: %s\n%s\tContext: %s&quot;,</span>
<span class="fc" id="L84"> line, numPairs, msg, hdr, errString);</span>