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