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

polserver / polserver / 28964407401

08 Jul 2026 05:58PM UTC coverage: 61.276% (+0.3%) from 60.927%
28964407401

push

github

web-flow
Split bobject header  (#892)

* splitted bobject header

* fixed runecl

* crashfix

* missing header

* more missing (debug build)

* runecl debug include

* renamed contiter, moved formating

* removed more unused headers

1145 of 1517 new or added lines in 23 files covered. (75.48%)

217 existing lines in 4 files now uncovered.

44972 of 73392 relevant lines covered (61.28%)

557151.3 hits per line

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

63.64
/pol-core/bscript/bcontiter.cpp
1
#include "bcontiter.h"
2

3
#include <typeinfo>
4

5
namespace Pol::Bscript
6
{
7
ContIterator::ContIterator() : BObjectImp( BObjectImp::OTUnknown ) {}
2,972✔
8
BObject* ContIterator::step()
18✔
9
{
10
  return nullptr;
18✔
11
}
NEW
12
BObjectImp* ContIterator::copy() const
×
13
{
NEW
14
  return nullptr;
×
15
}
16
size_t ContIterator::sizeEstimate() const
12✔
17
{
18
  return sizeof( ContIterator );
12✔
19
}
NEW
20
std::string ContIterator::getStringRep() const
×
21
{
NEW
22
  return "<iterator>";
×
23
}
24
bool ContIterator::is_default() const
143✔
25
{
26
  return typeid( *this ) == typeid( ContIterator );
143✔
27
}
28
}  // namespace Pol::Bscript
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc