LCOV - code coverage report
Current view: directory - content/svg/content/src - nsSVGFeaturesList.h (source / functions) Found Hit Coverage
Test: app.info Lines: 25 0 0.0 %
Date: 2012-06-02 Functions: 0 0 -

       1                 : /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
       2                 : /* ***** BEGIN LICENSE BLOCK *****
       3                 :  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
       4                 :  *
       5                 :  * The contents of this file are subject to the Mozilla Public License Version
       6                 :  * 1.1 (the "License"); you may not use this file except in compliance with
       7                 :  * the License. You may obtain a copy of the License at
       8                 :  * http://www.mozilla.org/MPL/
       9                 :  *
      10                 :  * Software distributed under the License is distributed on an "AS IS" basis,
      11                 :  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
      12                 :  * for the specific language governing rights and limitations under the
      13                 :  * License.
      14                 :  *
      15                 :  * The Original Code is the Mozilla SVG project.
      16                 :  *
      17                 :  * The Initial Developer of the Original Code is
      18                 :  * Scooter Morris <scootermorris@comcast.net>.
      19                 :  * Portions created by the Initial Developer are Copyright (C) 2004
      20                 :  * the Initial Developer. All Rights Reserved.
      21                 :  *
      22                 :  * Contributor(s):
      23                 :  *   Scooter Morris <scootermorris@comcast.net>
      24                 :  *
      25                 :  * Alternatively, the contents of this file may be used under the terms of
      26                 :  * either the GNU General Public License Version 2 or later (the "GPL"), or
      27                 :  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
      28                 :  * in which case the provisions of the GPL or the LGPL are applicable instead
      29                 :  * of those above. If you wish to allow use of your version of this file only
      30                 :  * under the terms of either the GPL or the LGPL, and not to allow others to
      31                 :  * use your version of this file under the terms of the MPL, indicate your
      32                 :  * decision by deleting the provisions above and replace them with the notice
      33                 :  * and other provisions required by the GPL or the LGPL. If you do not delete
      34                 :  * the provisions above, a recipient may use your version of this file under
      35                 :  * the terms of any one of the MPL, the GPL or the LGPL.
      36                 :  *
      37                 :  * ***** END LICENSE BLOCK ***** */
      38                 : 
      39                 : //This file must not have include guards.
      40                 : 
      41                 : // Features (SVG 1.1 style)
      42                 : 
      43                 : // Static festures
      44               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#CoreAttribute")
      45               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Structure")
      46                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ContainerAttribute")
      47               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ConditionalProcessing")
      48               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Image")
      49               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Style")
      50               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ViewportAttribute")
      51               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Shape")
      52                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Text")
      53                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#PaintAttribute")
      54               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#OpacityAttribute")
      55               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#GraphicsAttribute")
      56               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Marker")
      57                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ColorProfile")
      58               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Gradient")
      59               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Pattern")
      60               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Clip")
      61               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Mask")
      62                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Filter")
      63                 : 
      64                 : // Basic features
      65               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicStructure")
      66               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicText")
      67               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicPaintAttribute")
      68               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicGraphicsAttribute")
      69               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicClip")
      70                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicFilter")
      71                 : 
      72                 : // Animation feature
      73                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Animation")
      74                 : 
      75                 : // Dynamic features
      76               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute")
      77               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#GraphicalEventsAttribute")
      78               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#AnimationEventsAttribute")
      79                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Cursor")
      80               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Hyperlinking")
      81               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#XlinkAttribute")
      82                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired")
      83                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#View")
      84                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Font")
      85                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicFont")
      86               0 : SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Extensibility")
      87                 : 
      88                 : // Feature groups (SVG 1.1 style)
      89                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVG")
      90                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVGDOM")
      91                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVG-static")
      92                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVGDOM-static")
      93                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVG-animation")
      94                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVGDOM-animation")
      95                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVG-dynamic")
      96                 : SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVGDOM-dynamic")
      97                 : 
      98                 : // Features (SVG 1.0 style)
      99                 : SVG_UNSUPPORTED_FEATURE("org.w3c.svg")
     100                 : SVG_UNSUPPORTED_FEATURE("org.w3c.svg.all")
     101                 : SVG_UNSUPPORTED_FEATURE("org.w3c.svg.static")
     102                 : SVG_UNSUPPORTED_FEATURE("org.w3c.svg.animation")
     103                 : SVG_UNSUPPORTED_FEATURE("org.w3c.svg.dynamic")
     104                 : SVG_UNSUPPORTED_FEATURE("org.w3c.dom.svg")
     105                 : SVG_UNSUPPORTED_FEATURE("org.w3c.dom.svg.all")
     106                 : SVG_UNSUPPORTED_FEATURE("org.w3c.dom.svg.static")
     107                 : SVG_UNSUPPORTED_FEATURE("org.w3c.dom.svg.animation")
     108                 : SVG_UNSUPPORTED_FEATURE("org.w3c.dom.svg.dynamic")

Generated by: LCOV version 1.7