LCOV - code coverage report
Current view: top level - STEER/STEERBase - AliVTOFMatch.cxx (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 5 20.0 %
Date: 2016-06-14 17:26:59 Functions: 1 2 50.0 %

          Line data    Source code
       1             : #include "AliVTOFMatch.h"
       2             : 
       3         176 : ClassImp(AliVTOFMatch)
       4             : 
       5             : //___________________________________________________
       6             : AliVTOFMatch & AliVTOFMatch::operator=(const AliVTOFMatch& source) 
       7             : {
       8             :   // assignment op-r
       9           0 :   if (this == &source) return *this;
      10           0 :   TObject::operator=(source);
      11           0 :   return *this;
      12           0 : }

Generated by: LCOV version 1.11