GCC Code Coverage Report | |||||||||||||||||||||
|
|||||||||||||||||||||
Line | Branch | Exec | Source |
1 |
/** |
||
2 |
* This file is part of the CernVM File System. |
||
3 |
*/ |
||
4 |
|||
5 |
#include "repository_tag.h" |
||
6 |
|||
7 |
11 |
RepositoryTag::RepositoryTag(const std::string& name, |
|
8 |
const std::string& channel, |
||
9 |
const std::string& description) |
||
10 |
: name_(name), |
||
11 |
channel_(channel), |
||
12 |
11 |
description_(description) { |
|
13 |
} |
Generated by: GCOVR (Version 4.1) |