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

polserver / polserver / 21047054485

15 Jan 2026 09:31PM UTC coverage: 60.507% (-0.001%) from 60.508%
21047054485

push

github

web-flow
Clang Tidy default constructor  (#852)

* trigger clang tidy

* Automated clang-tidy change: modernize-use-equals-default

* compile test

---------

Co-authored-by: Clang Tidy <clang-tidy@users.noreply.github.com>

58 of 75 new or added lines in 41 files covered. (77.33%)

1 existing line in 1 file now uncovered.

44460 of 73479 relevant lines covered (60.51%)

507363.1 hits per line

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

60.0
/pol-core/pol/PolMain.cpp
1
#include "PolMain.h"
2

3
#include "../clib/Program/ProgramMain.h"
4
#include "pol.h"
5

6
namespace Pol
7
{
8
namespace Clib
9
{
10
using namespace std;
11

12
///////////////////////////////////////////////////////////////////////////////
13

14
PolMain::PolMain() : ProgramMain() {}
3✔
NEW
15
PolMain::~PolMain() = default;
×
16
///////////////////////////////////////////////////////////////////////////////
17
void PolMain::showHelp()
×
18
{
19
  // no help available
20
}
×
21

22
int PolMain::main()
3✔
23
{
24
  // TODO: merge the following with all the other xmain* functions
25
  return Pol::xmain_outer( programArgsFind( "test" ) );
3✔
26
}
27
}  // namespace Clib
28
}  // namespace Pol
29

30
///////////////////////////////////////////////////////////////////////////////
31
///////////////////////////////////////////////////////////////////////////////
32
///////////////////////////////////////////////////////////////////////////////
33

34
int main( int argc, char* argv[] )
3✔
35
{
36
  Pol::Clib::PolMain* polMain = new Pol::Clib::PolMain();
3✔
37
  polMain->start( argc, argv );
3✔
38
}
×
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