Coverage Report

Created: 2025-12-14 06:12

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/wt/src/Wt/WLoadingIndicator.C
Line
Count
Source
1
/*
2
 * Copyright (C) 2008 Emweb bv, Herent, Belgium.
3
 *
4
 * See the LICENSE file for terms of use.
5
 */
6
7
#include "Wt/WLoadingIndicator.h"
8
9
namespace Wt {
10
#ifndef WT_TARGET_JAVA
11
  WLoadingIndicator::WLoadingIndicator()
12
0
  { }
13
#endif //WT_TARGET_JAVA
14
15
  WLoadingIndicator::~WLoadingIndicator()
16
0
  { }
17
}