summaryrefslogtreecommitdiff
path: root/rep/ept/popcon/maint/popconindexer.h.gcov.html
diff options
context:
space:
mode:
Diffstat (limited to 'rep/ept/popcon/maint/popconindexer.h.gcov.html')
-rw-r--r--rep/ept/popcon/maint/popconindexer.h.gcov.html142
1 files changed, 142 insertions, 0 deletions
diff --git a/rep/ept/popcon/maint/popconindexer.h.gcov.html b/rep/ept/popcon/maint/popconindexer.h.gcov.html
new file mode 100644
index 0000000..fe36a9d
--- /dev/null
+++ b/rep/ept/popcon/maint/popconindexer.h.gcov.html
@@ -0,0 +1,142 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html lang="en">
+
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <title>LCOV - lcov.info - ept/popcon/maint/popconindexer.h</title>
+ <link rel="stylesheet" type="text/css" href="../../../gcov.css">
+</head>
+
+<body>
+
+ <table width="100%" border=0 cellspacing=0 cellpadding=0>
+ <tr><td class="title">LTP GCOV extension - code coverage report</td></tr>
+ <tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>
+
+ <tr>
+ <td width="100%">
+ <table cellpadding=1 border=0 width="100%">
+ <tr>
+ <td class="headerItem" width="20%">Current&nbsp;view:</td>
+ <td class="headerValue" width="80%" colspan=4><a href="../../../index.html">directory</a> - <a href="index.html">ept/popcon/maint</a> - popconindexer.h</td>
+ </tr>
+ <tr>
+ <td class="headerItem" width="20%">Test:</td>
+ <td class="headerValue" width="80%" colspan=4>lcov.info</td>
+ </tr>
+ <tr>
+ <td class="headerItem" width="20%">Date:</td>
+ <td class="headerValue" width="20%">2008-08-14</td>
+ <td width="20%"></td>
+ <td class="headerItem" width="20%">Instrumented&nbsp;lines:</td>
+ <td class="headerValue" width="20%">5</td>
+ </tr>
+ <tr>
+ <td class="headerItem" width="20%">Code&nbsp;covered:</td>
+ <td class="headerValue" width="20%">100.0 %</td>
+ <td width="20%"></td>
+ <td class="headerItem" width="20%">Executed&nbsp;lines:</td>
+ <td class="headerValue" width="20%">5</td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>
+ </table>
+
+ <table cellpadding=0 cellspacing=0 border=0>
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
+ <td><pre class="source">
+<span class="lineNum"> 1 </span> : #ifndef EPT_DEBTAGS_PKGIDINDEXER_H
+<span class="lineNum"> 2 </span> : #define EPT_DEBTAGS_PKGIDINDEXER_H
+<span class="lineNum"> 3 </span> :
+<span class="lineNum"> 4 </span> : /** @file
+<span class="lineNum"> 5 </span> : * @author Enrico Zini &lt;enrico@enricozini.org&gt;
+<span class="lineNum"> 6 </span> : * Rebuild and maintain the map from package IDs to package names
+<span class="lineNum"> 7 </span> : */
+<span class="lineNum"> 8 </span> :
+<span class="lineNum"> 9 </span> : /*
+<span class="lineNum"> 10 </span> : * Copyright (C) 2003-2007 Enrico Zini &lt;enrico@debian.org&gt;
+<span class="lineNum"> 11 </span> : *
+<span class="lineNum"> 12 </span> : * This program is free software; you can redistribute it and/or modify
+<span class="lineNum"> 13 </span> : * it under the terms of the GNU General Public License as published by
+<span class="lineNum"> 14 </span> : * the Free Software Foundation; either version 2 of the License, or
+<span class="lineNum"> 15 </span> : * (at your option) any later version.
+<span class="lineNum"> 16 </span> : *
+<span class="lineNum"> 17 </span> : * This program is distributed in the hope that it will be useful,
+<span class="lineNum"> 18 </span> : * but WITHOUT ANY WARRANTY; without even the implied warranty of
+<span class="lineNum"> 19 </span> : * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+<span class="lineNum"> 20 </span> : * GNU General Public License for more details.
+<span class="lineNum"> 21 </span> : *
+<span class="lineNum"> 22 </span> : * You should have received a copy of the GNU General Public License
+<span class="lineNum"> 23 </span> : * along with this program; if not, write to the Free Software
+<span class="lineNum"> 24 </span> : * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+<span class="lineNum"> 25 </span> : */
+<span class="lineNum"> 26 </span> :
+<span class="lineNum"> 27 </span> : #include &lt;ept/popcon/maint/sourcedir.h&gt;
+<span class="lineNum"> 28 </span> : #include &lt;string&gt;
+<span class="lineNum"> 29 </span> :
+<span class="lineNum"> 30 </span> : namespace ept {
+<span class="lineNum"> 31 </span> : namespace popcon {
+<span class="lineNum"> 32 </span> :
+<span class="lineNum"> 33 </span> : struct InfoStruct
+<span class="lineNum"> 34 </span> : {
+<span class="lineNum"> 35 </span> : size_t submissions;
+<span class="lineNum"> 36 </span> : };
+<span class="lineNum"> 37 </span> :
+<span class="lineNum"> 38 </span> : struct PopconIndexer
+<span class="lineNum"> 39 </span><span class="lineCov"> 7 : {</span>
+<span class="lineNum"> 40 </span> : SourceDir mainSource;
+<span class="lineNum"> 41 </span> : SourceDir userSource;
+<span class="lineNum"> 42 </span> : time_t ts_main_src;
+<span class="lineNum"> 43 </span> : time_t ts_user_src;
+<span class="lineNum"> 44 </span> : time_t ts_main_sco;
+<span class="lineNum"> 45 </span> : time_t ts_user_sco;
+<span class="lineNum"> 46 </span> : time_t ts_main_idx;
+<span class="lineNum"> 47 </span> : time_t ts_user_idx;
+<span class="lineNum"> 48 </span> :
+<span class="lineNum"> 49 </span><span class="lineCov"> 28 : time_t sourceTimestamp() const</span>
+<span class="lineNum"> 50 </span> : {
+<span class="lineNum"> 51 </span><span class="lineCov"> 28 : time_t res = ts_main_src;</span>
+<span class="lineNum"> 52 </span><span class="lineCov"> 28 : if (ts_user_src &gt; res) res = ts_user_src;</span>
+<span class="lineNum"> 53 </span><span class="lineCov"> 28 : return res;</span>
+<span class="lineNum"> 54 </span> :
+<span class="lineNum"> 55 </span> : }
+<span class="lineNum"> 56 </span> : bool needsRebuild() const;
+<span class="lineNum"> 57 </span> : bool rebuild(const std::string&amp; scofname, const std::string&amp; idxfname);
+<span class="lineNum"> 58 </span> : bool rebuildIfNeeded();
+<span class="lineNum"> 59 </span> : bool getUpToDatePopcon(std::string&amp; scofname, std::string&amp; idxfname);
+<span class="lineNum"> 60 </span> :
+<span class="lineNum"> 61 </span> : bool userIndexIsRedundant() const;
+<span class="lineNum"> 62 </span> : bool deleteRedundantUserIndex();
+<span class="lineNum"> 63 </span> :
+<span class="lineNum"> 64 </span> : void rescan();
+<span class="lineNum"> 65 </span> :
+<span class="lineNum"> 66 </span> : PopconIndexer();
+<span class="lineNum"> 67 </span> :
+<span class="lineNum"> 68 </span> : static bool obtainWorkingPopcon(std::string&amp; scofname, std::string&amp; idxfname);
+<span class="lineNum"> 69 </span> : };
+<span class="lineNum"> 70 </span> :
+<span class="lineNum"> 71 </span> : }
+<span class="lineNum"> 72 </span> : }
+<span class="lineNum"> 73 </span> :
+<span class="lineNum"> 74 </span> : // vim:set ts=4 sw=4:
+<span class="lineNum"> 75 </span> : #endif
+</pre>
+ </td>
+ </tr>
+ </table>
+ <br>
+
+ <table width="100%" border=0 cellspacing=0 cellpadding=0>
+ <tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>
+ <tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LTP GCOV extension version 1.6</a></td></tr>
+ </table>
+ <br>
+
+</body>
+</html>