Branch Coverage

/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/CPP/Boost/Mini.x/i/boost/uuid/uuid_io.hpp
Criterion Covered Total %
branch 16 20 80.0


line true false branch
132 52357 11835 if (i <= 9) {
152 2006 0 result.reserve(36);
155 32096 2006 for (uuid::const_iterator it_data = u.begin(); it_data!=u.end(); ++it_data, ++i) {
157 32096 0 result += detail::to_char(hi);
160 32096 0 result += detail::to_char(lo);
162 30090 2006 if (i == 3 || i == 5 || i == 7 || i == 9) {
28084 2006 if (i == 3 || i == 5 || i == 7 || i == 9) {
26078 2006 if (i == 3 || i == 5 || i == 7 || i == 9) {
2006 24072 if (i == 3 || i == 5 || i == 7 || i == 9) {
163 8024 0 result += '-';