RobinHankin / spray

Compare f8fbf77 ... +0 ... a2c2033

Coverage Reach

No flags found

Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.

e.g., #unittest #integration

#production #enterprise

#frontend #backend

Learn more about Codecov Flags here.

Showing 1 of 1 files from the diff.

@@ -283,7 +283,7 @@
Loading
283 283
    S2 = prepare(M2, d2);
284 284
285 285
    if(S1.size() != S2.size()){
286 -
        return FALSE;
286 +
        return FALSE;  // this line is never executed because different-sized objects are trapped by R
287 287
    }
288 288
289 289
    for (it=S1.begin(); it != S1.end(); ++it){

Learn more Showing 1 files with coverage changes found.

Changes in R/spray.R
-1
+1
Loading file...
Files Coverage
R 0.31% 100.00%
src 100.00%
Project Totals (4 files) 100.00%
Loading