/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/CPP/Boost/Mini.x/i/boost/uuid/basic_name_generator.hpp | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 12 | 58.3 |
line | true | false | branch |
---|---|---|---|
65 | 2 | 0 | HashAlgo hash; |
66 | 2 | 0 | hash.process_bytes(namespace_uuid.begin(), namespace_uuid.size()); |
67 | 2 | 0 | process_characters(hash, name.c_str(), name.length()); |
68 | 2 | 0 | return hash_to_uuid(hash); |
104 | 2 | 0 | hash.get_digest(digest); |
109 | 8 | 2 | for (int i=0; i<4; ++i) { |