line |
true |
false |
branch |
12
|
1001 |
0 |
auto uuid = random_generator()(); |
13
|
1001 |
0 |
RETVAL = to_string(uuid); |
|
1001 |
0 |
RETVAL = to_string(uuid); |
18
|
1001 |
0 |
RETVAL = to_string(uuid); |
|
1001 |
0 |
RETVAL = to_string(uuid); |
22
|
1 |
2 |
if ( input_str.empty() ) { |
23
|
1 |
0 |
RETVAL = std::string(); |
|
0 |
1 |
RETVAL = std::string(); |
31
|
1 |
1 |
u1 = gen(input_str); |
36
|
2 |
0 |
RETVAL = to_string(u1); |
|
2 |
0 |
RETVAL = to_string(u1); |
40
|
2 |
0 |
auto uuid = name_generator(boost::uuids::uuid())(dns_name); |
41
|
2 |
0 |
RETVAL = to_string(uuid); |
|
2 |
0 |
RETVAL = to_string(uuid); |