• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

BlueBrain / MorphIO / 6533524408

16 Oct 2023 12:24PM UTC coverage: 76.051% (-0.02%) from 76.073%
6533524408

push

github

mgeplf
fix test_root_node_split

1972 of 2593 relevant lines covered (76.05%)

903.23 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/mut/glial_cell.cpp
1
/* Copyright (c) 2013-2023, EPFL/Blue Brain Project
2
 *
3
 * SPDX-License-Identifier: Apache-2.0
4
 */
5
#include <morphio/mut/glial_cell.h>
6

7
namespace morphio {
8
namespace mut {
9

10
GlialCell::GlialCell()
×
11
    : Morphology() {
×
12
    _cellProperties->_cellFamily = CellFamily::GLIA;
×
13
}
×
14

15
GlialCell::GlialCell(const std::string& source)
×
16
    : Morphology(source) {
×
17
    if (_cellProperties->_cellFamily != CellFamily::GLIA) {
×
18
        throw(RawDataError("File: " + source +
×
19
                           " is not a GlialCell file. It should be a H5 file the cell type GLIA."));
×
20
    }
21
}
×
22

23
}  // namespace mut
24
}  // namespace morphio
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc