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

PredatorCZ / PreCore / 460

pending completion
460

push

github-actions-ci

PredatorCZ
try fix coverage

3204 of 6095 relevant lines covered (52.57%)

354.19 hits per line

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

0.0
/src/uni.cpp
1
/*  uni module common source
2
    part of uni module
3
    Copyright 2020-2021 Lukas Cone
4

5
    Licensed under the Apache License, Version 2.0 (the "License");
6
    you may not use this file except in compliance with the License.
7
    You may obtain a copy of the License at
8

9
        http://www.apache.org/licenses/LICENSE-2.0
10

11
    Unless required by applicable law or agreed to in writing, software
12
    distributed under the License is distributed on an "AS IS" BASIS,
13
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
    See the License for the specific language governing permissions and
15
    limitations under the License.
16
*/
17

18
#include "spike/reflect/reflector.hpp"
19
#include "spike/uni/detail/exception.hpp"
20
#include "spike/uni/detail/motion.inl"
21
#include "spike/uni/detail/skeleton.inl"
22
#include "spike/uni/model.hpp"
23

24
namespace uni {
25

26
MetadataConst Base::Metadata() const { return {}; }
×
27

28
void Skin::GetTM(RTSValue &, size_t) const {
×
29
  throw _uni_::ThrowVoidCall<TransformType, TMTYPE_RTS>(this->TMType());
×
30
}
31
void Skin::GetTM(es::Matrix44 &, size_t) const {
×
32
  throw _uni_::ThrowVoidCall<TransformType, TMTYPE_MATRIX>(this->TMType());
×
33
}
34
} // namespace uni
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

© 2025 Coveralls, Inc