diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-07-02 17:00:47 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-07-02 17:00:47 -0400 |
| commit | 4a36dbf913e1a1bce6e7e5e53531ef084f59babf (patch) | |
| tree | 0bf954469ded6687931de8e459dc381d0572c205 /docs/jacoco-ut/bjc.everge/ReplError.java.html | |
| parent | 5a1b096b47fbcca7e9cc6a24db558128f4cdd87f (diff) | |
Update site
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> |
