Repo Added
|
Files
13
|
Badge
README BADGES
|
github
6 of 6 new or added lines in 1 file covered. (100.0%)
5308 of 5570 relevant lines covered (95.3%)
11930.82 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
16.0 | src/test_lib_json/fuzz.cpp | 54 | 25 | 4 | 21 | 1.0 | |
40.14 | src/test_lib_json/jsontest.cpp | 430 | 147 | 59 | 88 | 333.0 | |
75.0 | src/test_lib_json/jsontest.h | 288 | 12 | 9 | 3 | 4847.0 | |
80.0 | include/json/reader.h | 437 | 5 | 4 | 1 | 258.0 | |
91.12 | src/jsontestrunner/main.cpp | 346 | 169 | 154 | 15 | 8129.0 | |
93.55 | src/lib_json/json_tool.h | 138 | 31 | 29 | 2 | 61989.0 | |
93.79 | src/lib_json/json_value.cpp | 1651 | 821 | 770 | 51 | 55322.0 | |
93.81 | src/lib_json/json_reader.cpp | 2005 - 11 | 1034 | 970 | 64 | 16670.0 | |
98.03 | src/lib_json/json_writer.cpp | 1201 - 63 | 661 + 2 | 648 + 2 | 13 | 4909.0 - 15 | |
98.48 | src/lib_json/json_valueiterator.inl | 156 | 66 | 65 | 1 | 26.0 |
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
12683272352 | issue1591 | valueToString: simplify lookup of special float name | Pull #1593 | github |
95.3 |
||
12683205853 | issue1591 | assume C++11 in json_reader.cpp as well | Pull #1593 | github |
95.3 |
||
12683137864 | issue1591 | valueToString: simplify lookup of special float name | Pull #1593 | github |
95.3 |
||
12683002716 | issue1591 | apply clang-format | Pull #1593 | github |
95.29 |
||
12682894583 | issue1591 | Assume C++11 in json_writer.cpp We assume C++11 elsewhere so all pre-11 #ifdef branches are dead code at this point. Fixes issue #1591 because we can just use std::isfinite. | Pull #1593 | github |
95.29 |