LCOV - code coverage report
Current view: top level - sw/source/ui/utlui - wordcountctrl.cxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 1 6 16.7 %
Date: 2012-08-25 Functions: 1 5 20.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 4 0.0 %

           Branch data     Line data    Source code
       1                 :            : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2                 :            : /*
       3                 :            :  * Copyright 2012 LibreOffice contributors.
       4                 :            :  *
       5                 :            :  * This Source Code Form is subject to the terms of the Mozilla Public
       6                 :            :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       7                 :            :  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
       8                 :            :  */
       9                 :            : #include "wordcountctrl.hxx"
      10                 :            : #include <svl/stritem.hxx>
      11                 :            : 
      12         [ #  # ]:         73 : SFX_IMPL_STATUSBAR_CONTROL(SwWordCountStatusBarControl, SfxStringItem);
      13                 :            : 
      14                 :          0 : SwWordCountStatusBarControl::SwWordCountStatusBarControl(
      15                 :            :         sal_uInt16 _nSlotId,
      16                 :            :         sal_uInt16 _nId,
      17                 :            :         StatusBar& rStb) :
      18                 :          0 :     SfxStatusBarControl(_nSlotId, _nId, rStb)
      19                 :            : {
      20                 :          0 : }
      21                 :            : 
      22                 :          0 : SwWordCountStatusBarControl::~SwWordCountStatusBarControl()
      23                 :            : {
      24         [ #  # ]:          0 : }
      25                 :            : 
      26                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10