GCC Code Coverage Report | |||||||||||||||||||||
|
|||||||||||||||||||||
Line | Branch | Exec | Source |
1 |
#include <boost/test/unit_test.hpp> |
||
2 |
|||
3 |
#include "aig/unittests/pyrene_settings.hpp" |
||
4 |
#include "pinocchio/algorithm/center-of-mass.hpp" |
||
5 |
#include "pinocchio/parsers/srdf.hpp" |
||
6 |
#include "pinocchio/parsers/urdf.hpp" |
||
7 |
|||
8 |
BOOST_AUTO_TEST_SUITE(BOOST_TEST_MODULE) |
||
9 |
|||
10 |
✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗✓✗ ✓✗ |
4 |
BOOST_AUTO_TEST_CASE(test_leg_ig_constructor) { |
11 |
✓✗ | 4 |
pinocchio::Model model; |
12 |
pinocchio::urdf::buildModel(aig::unittests::urdf, |
||
13 |
✓✗✓✗ ✓✗ |
2 |
pinocchio::JointModelFreeFlyer(), model); |
14 |
✓✗✓✗ ✓✗✓✗ ✗✓ |
2 |
BOOST_CHECK_EQUAL(model.name, "talos"); |
15 |
2 |
} |
|
16 |
|||
17 |
BOOST_AUTO_TEST_SUITE_END() |
Generated by: GCOVR (Version 4.2) |