OpenCoverage

qsslcertificateextension.cpp

Absolute File Name:/home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificateextension.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7QSslCertificateExtension::QSslCertificateExtension()-
8 : d(new QSslCertificateExtensionPrivate)-
9{-
10}
executed 18 times by 1 test: end of block
Executed by:
  • tst_qsslcertificate - unknown status
18
11-
12-
13-
14-
15QSslCertificateExtension::QSslCertificateExtension(const QSslCertificateExtension &other)-
16 : d(other.d)-
17{-
18}
executed 43 times by 1 test: end of block
Executed by:
  • tst_qsslcertificate - unknown status
43
19-
20-
21-
22-
23QSslCertificateExtension::~QSslCertificateExtension()-
24{-
25}-
26-
27-
28-
29-
30QSslCertificateExtension &QSslCertificateExtension::operator=(const QSslCertificateExtension &other)-
31{-
32 d = other.d;-
33 return
never executed: return *this;
*this;
never executed: return *this;
0
34}-
35QString QSslCertificateExtension::oid() const-
36{-
37 return
executed 16 times by 1 test: return d->oid;
Executed by:
  • tst_qsslcertificate - unknown status
d->oid;
executed 16 times by 1 test: return d->oid;
Executed by:
  • tst_qsslcertificate - unknown status
16
38}-
39-
40-
41-
42-
43-
44QString QSslCertificateExtension::name() const-
45{-
46 return
executed 61 times by 1 test: return d->name;
Executed by:
  • tst_qsslcertificate - unknown status
d->name;
executed 61 times by 1 test: return d->name;
Executed by:
  • tst_qsslcertificate - unknown status
61
47}-
48-
49-
50-
51-
52-
53QVariant QSslCertificateExtension::value() const-
54{-
55 return
executed 6 times by 1 test: return d->value;
Executed by:
  • tst_qsslcertificate - unknown status
d->value;
executed 6 times by 1 test: return d->value;
Executed by:
  • tst_qsslcertificate - unknown status
6
56}-
57-
58-
59-
60-
61bool QSslCertificateExtension::isCritical() const-
62{-
63 return
executed 7 times by 1 test: return d->critical;
Executed by:
  • tst_qsslcertificate - unknown status
d->critical;
executed 7 times by 1 test: return d->critical;
Executed by:
  • tst_qsslcertificate - unknown status
7
64}-
65bool QSslCertificateExtension::isSupported() const-
66{-
67 return
executed 7 times by 1 test: return d->supported;
Executed by:
  • tst_qsslcertificate - unknown status
d->supported;
executed 7 times by 1 test: return d->supported;
Executed by:
  • tst_qsslcertificate - unknown status
7
68}-
69-
70-
Switch to Source codePreprocessed file

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9