LCOV - code coverage report
Current view: top level - src/point - ECEFOperation.cpp (source / functions) Hit Total Coverage
Test: ad_map_access Lines: 2 2 100.0 %
Date: 2022-10-04 09:48:07 Functions: 1 1 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : // ----------------- BEGIN LICENSE BLOCK ---------------------------------
       2                 :            : //
       3                 :            : // Copyright (C) 2018-2021 Intel Corporation
       4                 :            : //
       5                 :            : // SPDX-License-Identifier: MIT
       6                 :            : //
       7                 :            : // ----------------- END LICENSE BLOCK -----------------------------------
       8                 :            : 
       9                 :            : #include "ad/map/point/ECEFOperation.hpp"
      10                 :            : #include "ad/map/point/EdgeOperation.hpp"
      11                 :            : 
      12                 :            : namespace ad {
      13                 :            : namespace map {
      14                 :            : namespace point {
      15                 :            : 
      16                 :      47713 : physics::Distance calcLength(ECEFEdge const &edge)
      17                 :            : {
      18                 :      47713 :   return calculateEdgeLength(edge);
      19                 :            : }
      20                 :            : 
      21                 :            : } // namespace point
      22                 :            : } // namespace map
      23                 :            : } // namespace ad

Generated by: LCOV version 1.14