• 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

75.0
/src/dendritic_spine.cpp
1
/* Copyright (c) 2013-2023, EPFL/Blue Brain Project
2
 *
3
 * SPDX-License-Identifier: Apache-2.0
4
 */
5
#include <morphio/exceptions.h>  // RawDataError
6
#include <morphio/properties.h>  // Property
7

8
#include <morphio/dendritic_spine.h>
9

10
namespace morphio {
11

12
DendriticSpine::DendriticSpine(const std::string& source)
2✔
13
    : Morphology(source) {
2✔
14
    if (properties_->_cellLevel._cellFamily != CellFamily::SPINE) {
2✔
15
        throw(RawDataError("File: " + source +
×
16
                           " is not a DendriticSpine file. It should be a H5 file of type SPINE."));
×
17
    }
18
}
2✔
19

20
const std::vector<Property::DendriticSpine::PostSynapticDensity>&
21
DendriticSpine::postSynapticDensity() const noexcept {
2✔
22
    return properties_->_dendriticSpineLevel._post_synaptic_density;
2✔
23
}
24

25
}  // 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