LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/offapi/com/sun/star/logging - PlainTextFormatter.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 7 13 53.8 %
Date: 2012-08-25 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 11 37 29.7 %

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_COM_SUN_STAR_LOGGING_PLAINTEXTFORMATTER_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_LOGGING_PLAINTEXTFORMATTER_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/uno/RuntimeException.hpp"
       7                 :            : #include "com/sun/star/uno/Exception.hpp"
       8                 :            : #include "com/sun/star/lang/XMultiComponentFactory.hpp"
       9                 :            : #include "com/sun/star/uno/XComponentContext.hpp"
      10                 :            : #include "com/sun/star/uno/DeploymentException.hpp"
      11                 :            : #include "com/sun/star/logging/XLogFormatter.hpp"
      12                 :            : #include "com/sun/star/uno/Any.hxx"
      13                 :            : #include "com/sun/star/uno/Reference.hxx"
      14                 :            : #include "com/sun/star/uno/Sequence.hxx"
      15                 :            : #include "cppu/unotype.hxx"
      16                 :            : #include "rtl/ustring.h"
      17                 :            : #include "rtl/ustring.hxx"
      18                 :            : 
      19                 :            : namespace com { namespace sun { namespace star { namespace logging {
      20                 :            : 
      21                 :            : class PlainTextFormatter {
      22                 :            : public:
      23                 :          9 :     static ::com::sun::star::uno::Reference< ::com::sun::star::logging::XLogFormatter > create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & the_context) {
      24 [ +  - ][ +  - ]:          9 :         ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiComponentFactory > the_factory(the_context->getServiceManager());
      25         [ -  + ]:          9 :         if (!the_factory.is()) {
      26 [ #  # ][ #  # ]:          0 :             throw com::sun::star::uno::DeploymentException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("component context fails to supply service manager")), the_context);
      27                 :            :         }
      28                 :          9 :         ::com::sun::star::uno::Reference< ::com::sun::star::logging::XLogFormatter > the_instance;
      29                 :            :         try {
      30 [ +  - ][ +  - ]:          9 :             the_instance = ::com::sun::star::uno::Reference< ::com::sun::star::logging::XLogFormatter >(the_factory->createInstanceWithArgumentsAndContext(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.logging.PlainTextFormatter")), ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >(), the_context), ::com::sun::star::uno::UNO_QUERY);
         [ +  - ][ +  - ]
         [ +  - ][ +  - ]
                 [ +  - ]
      31                 :          0 :         } catch (::com::sun::star::uno::RuntimeException &) {
      32                 :          0 :             throw;
      33      [ #  #  # ]:          0 :         } catch (::com::sun::star::uno::Exception & the_exception) {
      34   [ #  #  #  # ]:          0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("component context fails to supply service com.sun.star.logging.PlainTextFormatter of type com.sun.star.logging.XLogFormatter: ")) + the_exception.Message, the_context);
      35                 :            :         }
      36         [ -  + ]:          9 :         if (!the_instance.is()) {
      37 [ #  # ][ #  # ]:          0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("component context fails to supply service com.sun.star.logging.PlainTextFormatter of type com.sun.star.logging.XLogFormatter")), the_context);
      38                 :            :         }
      39                 :          9 :         return the_instance;
      40                 :            :     }
      41                 :            : 
      42                 :            : private:
      43                 :            :     PlainTextFormatter(); // not implemented
      44                 :            :     PlainTextFormatter(PlainTextFormatter &); // not implemented
      45                 :            :     ~PlainTextFormatter(); // not implemented
      46                 :            :     void operator =(PlainTextFormatter); // not implemented
      47                 :            : };
      48                 :            : 
      49                 :            : } } } }
      50                 :            : 
      51                 :            : #endif // INCLUDED_COM_SUN_STAR_LOGGING_PLAINTEXTFORMATTER_HPP

Generated by: LCOV version 1.10