FasterXML / woodstox

@@ -484,7 +484,7 @@
Loading
484 484
                if (c < MAXQC) {
485 485
                    if (QC[c] != 0) {
486 486
                        if (c < 0x0020) {
487 -
                            if (c != ' ' && c != '\n' && c != '\t') { // fine as is
487 +
                            if (c != '\n' && c != '\t') { // fine as is
488 488
                                if (c == '\r') {
489 489
                                    if (mEscapeCR) {
490 490
                                        break inner_loop;
Files Complexity Coverage
src/main/java/com/ctc/wstx 51.15% 60.53%
Project Totals (168 files) 51.15% 60.53%
1483697611
unittests

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading