| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QHttpProtocolHandler| Name: | QHttpProtocolHandler::QHttpProtocolHandler | | Prototype: | QHttpProtocolHandler::QHttpProtocolHandler(QHttpNetworkConnectionChannel *channel) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpprotocolhandler.cpp | | Lines: | 49-52 |
| | 2 | 1 |
_q_readyRead| Name: | QHttpProtocolHandler::_q_readyRead | | Prototype: | void QHttpProtocolHandler::_q_readyRead() | | Coverage: | 91.304% (21/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpprotocolhandler.cpp | | Lines: | 227-255 |
| | 13 | 7 |
_q_receiveReply| Name: | QHttpProtocolHandler::_q_receiveReply | | Prototype: | void QHttpProtocolHandler::_q_receiveReply() | | Coverage: | 89.320% (92/103) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpprotocolhandler.cpp | | Lines: | 54-225 |
| | 90 | 32 |
sendRequest| Name: | QHttpProtocolHandler::sendRequest | | Prototype: | bool QHttpProtocolHandler::sendRequest() | | Coverage: | 73.750% (59/80) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpprotocolhandler.cpp | | Lines: | 257-436 |
| | 93 | 23 |