A

src\univalue\lib\univalue_read.cpp

All issues

Very Complex Method complexity = 74
enum jtokentype getJsonToken(string& tokenVal, unsigned int& consumed,
                            const char *raw, const char *end)
{
    tokenVal.clear();
    consumed = 0;
Redundant blank line at the start of a code block should be deleted. lines of code = 1
Redundant blank line at the end of a code block should be deleted. lines of code = 1
Redundant blank line at the start of a code block should be deleted. lines of code = 1
Complex Code complexity = 139
Complex Method complexity = 56
bool UniValue::read(const char *raw, size_t size)
{
    clear();

    uint32_t expectMask = 0;