We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cfb20 commit 665df4dCopy full SHA for 665df4d
inst/include/sfheaders/df/sfg.hpp
@@ -72,7 +72,7 @@ namespace df {
72
} else if ( dim == "XYZ" ) {
73
columns[ Z_COLUMN ] = true;
74
} else if ( dim == "XYM" ) {
75
- columns[ M_COLUMN ] = true;
+ columns[ M_COLUMN ] = true; // #nocov
76
}
77
78
columns[ X_COLUMN ] = true;
inst/include/sfheaders/sfc/point/sfc_point.hpp
@@ -129,7 +129,7 @@ namespace sfc {
129
for( i = 0; i < n_row; i++ ) {
130
Rcpp::IntegerVector this_point = im( i, Rcpp::_ );
131
if( sfheaders::utils::is_null_geometry( this_point, "POINT" ) ) {
132
- n_empty++;
+ n_empty++; // #nocov
133
134
sfc[i] = sfheaders::sfg::sfg_point( this_point, cols );
135
0 commit comments